* turned into debug message - it's annoying when watching mjpeg files
Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a406617f2a
commit
d859228038
@ -1023,7 +1023,7 @@ static int mjpeg_decode_dri(MJpegDecodeContext *s,
|
||||
if (get_bits(&s->gb, 16) != 4)
|
||||
return -1;
|
||||
s->restart_interval = get_bits(&s->gb, 16);
|
||||
printf("restart interval: %d\n", s->restart_interval);
|
||||
dprintf("restart interval: %d\n", s->restart_interval);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user