mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
making it nicer to the client who doesn't expect errors messages in stdout
Originally committed as revision 1829 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b706b007a4
commit
ed543377a4
@ -278,7 +278,7 @@ static void dv_decode_ac(DVVideoDecodeContext *s,
|
||||
if (pos >= 64) {
|
||||
read_error:
|
||||
#if defined(VLC_DEBUG) || 1
|
||||
printf("error pos=%d\n", pos);
|
||||
fprintf(stderr, "error pos=%d\n", pos);
|
||||
#endif
|
||||
/* for errors, we consider the eob is reached */
|
||||
mb->eob_reached = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user