Browse Source

export top_field_first & interlaced_frame

Originally committed as revision 2564 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
c70f1716cf
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/mpegvideo.c

+ 2
- 0
libavcodec/mpegvideo.c View File

@@ -1151,6 +1151,8 @@ alloc:
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;


Loading…
Cancel
Save