changeset 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 6a9c3ecf2dec
children d3fc77a6d57e
files mpeg12.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
                         }
                     }