diff mpeg12.c @ 890:653d9419ea01 libavcodec

dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)
author michaelni
date Tue, 26 Nov 2002 00:54:27 +0000
parents 35d28522a1c5
children 22ee74da2cd3
line wrap: on
line diff
--- a/mpeg12.c	Mon Nov 25 16:58:41 2002 +0000
+++ b/mpeg12.c	Tue Nov 26 00:54:27 2002 +0000
@@ -1945,7 +1945,7 @@
                             *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;
                         }
                     }