Commit acf5a2ac authored by michael's avatar michael

Forgot this, which is needed for merging field pics too.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12161 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 30310539
......@@ -103,14 +103,6 @@ static void mpegvideo_extract_headers(AVCodecParserContext *s,
s->repeat_pict = 1;
}
}
/* the packet only represents half a frame
XXX,FIXME maybe find a different solution */
if(picture_structure != 3){
s->repeat_pict = -1;
s->parity = picture_structure-1;
}else
s->parity = !top_field_first;
}
break;
}
......
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