summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
authorAgent Smith <asmith@wgz.com>2002-11-26 00:54:27 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-26 00:54:27 +0000
commit2aa29681c9b3451231c6c71e230c91f44e9b3670 (patch)
tree7b0a8dbb5df45bb4d75e4d2a55b837089f8cdfe3 /libavcodec/mpeg12.c
parentabac6175916c57f59ddb51ffe41bfd1d9851fe38 (diff)
dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
Originally committed as revision 1277 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index db95438303..c55259974e 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -1945,7 +1945,7 @@ static int mpeg_decode_frame(AVCodecContext *avctx,
*data_size = sizeof(AVPicture);
goto the_end;
}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;
}
}