提交 46fd0de8 编写于 作者: M Michael Niedermayer

fixing alt_scan for the first frame (variable was reset)

Originally committed as revision 1045 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 d2975f8d
......@@ -334,7 +334,7 @@ uint64_t time= rdtsc();
s->bitstream_buffer_size=0;
if (!s->context_initialized) {
if (DCT_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
if (MPV_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
return -1;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册