diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-02-20 19:48:25 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-02-20 19:48:25 +0000 |
commit | bdd745da60f8f1f4ae5d0a96d3874d3d58eab9c7 (patch) | |
tree | 937ab6025063d9713038acf974274780b44034ec /libavcodec/mpegvideo_parser.c | |
parent | 21da962cf1ffcfd975d1d1699450cb59a401b361 (diff) | |
download | ffmpeg-bdd745da60f8f1f4ae5d0a96d3874d3d58eab9c7.tar.gz |
Forgot this, which is needed for merging field pics too.
Originally committed as revision 12161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo_parser.c')
-rw-r--r-- | libavcodec/mpegvideo_parser.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/mpegvideo_parser.c b/libavcodec/mpegvideo_parser.c index cc423b7288..5b48b1ccef 100644 --- a/libavcodec/mpegvideo_parser.c +++ b/libavcodec/mpegvideo_parser.c @@ -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; } |