提交 d8592280 编写于 作者: Z Zdenek Kabelac

* turned into debug message - it's annoying when watching mjpeg files

Originally committed as revision 707 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 a406617f
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册