dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
authorAgent Smith <asmith@wgz.com>
Tue, 26 Nov 2002 00:54:27 +0000 (00:54 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 26 Nov 2002 00:54:27 +0000 (00:54 +0000)
Originally committed as revision 1277 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mpeg12.c

index db95438..c552599 100644 (file)
@@ -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;
                         }
                     }