Commit 5fc12ecc authored by michaelni's avatar michaelni

dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1277 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a13d9072
...@@ -1945,7 +1945,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx, ...@@ -1945,7 +1945,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx,
*data_size = sizeof(AVPicture); *data_size = sizeof(AVPicture);
goto the_end; goto the_end;
}else if(ret<0){ }else if(ret<0){
printf("Error while decoding slice\n"); fprintf(stderr,"Error while decoding slice\n");
if(ret==DECODE_SLICE_FATAL_ERROR) return -1; if(ret==DECODE_SLICE_FATAL_ERROR) return -1;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment