Commit 035ff7b9 authored by michaelni's avatar michaelni

fixing alt_scan for the first frame (variable was reset)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1045 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d61e94ff
......@@ -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