# HG changeset patch # User michael # Date 1203536905 0 # Node ID 83a04925520da0b8378a7b3f32ed204318cafca7 # Parent 464938b9c2b04adb4f48253a000b6404394b3ec7 Forgot this, which is needed for merging field pics too. diff -r 464938b9c2b0 -r 83a04925520d mpegvideo_parser.c --- a/mpegvideo_parser.c Wed Feb 20 19:45:38 2008 +0000 +++ b/mpegvideo_parser.c Wed Feb 20 19:48:25 2008 +0000 @@ -103,14 +103,6 @@ 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; }