Commit 535891cc authored by michael's avatar michael

export top_field_first & interlaced_frame


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 555d90e0
......@@ -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;
......
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