Commit 2e5d6d40 authored by michael's avatar michael

reset interlaced_dct flag


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5155 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cf048f5
......@@ -5574,6 +5574,7 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){
s->progressive_sequence=
s->progressive_frame= get_bits1(gb)^1;
s->interlaced_dct=0;
if(!get_bits1(gb) && (s->avctx->debug & FF_DEBUG_PICT_INFO))
av_log(s->avctx, AV_LOG_INFO, "MPEG4 OBMC not supported (very likely buggy encoder)\n"); /* OBMC Disable */
if (vo_ver_id == 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