# HG changeset patch # User michael # Date 1070583586 0 # Node ID d4637a0eaab189414608443c1a92fa36131dc831 # Parent aaaa1767acc26c2bf8342cf48172a48c3c5cfdfd export top_field_first & interlaced_frame diff -r aaaa1767acc2 -r d4637a0eaab1 mpegvideo.c --- a/mpegvideo.c Thu Dec 04 19:15:37 2003 +0000 +++ b/mpegvideo.c Fri Dec 05 00:19:46 2003 +0000 @@ -1151,6 +1151,8 @@ return -1; s->current_picture_ptr= (Picture*)pic; + s->current_picture_ptr->top_field_first= s->top_field_first; //FIXME use only the vars from current_pic + s->current_picture_ptr->interlaced_frame= !s->progressive_frame; } s->current_picture_ptr->pict_type= s->pict_type;