Commit 46fd0de8 authored by Michael Niedermayer's avatar Michael Niedermayer

fixing alt_scan for the first frame (variable was reset)

Originally committed as revision 1045 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment