# HG changeset patch # User michaelni # Date 1038272067 0 # Node ID 653d9419ea01c777ffcc4355c3aef733c8d48698 # Parent 6a9c3ecf2dec2eb9019b7f6e6e79422f28e09132 dont put flies in the stdout soup patch by (Agent Smith ) diff -r 6a9c3ecf2dec -r 653d9419ea01 mpeg12.c --- 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; } }