mirror of https://github.com/FFmpeg/FFmpeg.git
Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>pull/273/head
parent
3df437c2d1
commit
876dada0b5
3 changed files with 23 additions and 3 deletions
@ -0,0 +1,16 @@ |
||||
[FRAME] |
||||
interlaced_frame=1 |
||||
top_field_first=1 |
||||
[/FRAME] |
||||
[FRAME] |
||||
interlaced_frame=1 |
||||
top_field_first=0 |
||||
[/FRAME] |
||||
[FRAME] |
||||
interlaced_frame=1 |
||||
top_field_first=1 |
||||
[/FRAME] |
||||
[FRAME] |
||||
interlaced_frame=1 |
||||
top_field_first=0 |
||||
[/FRAME] |
Loading…
Reference in new issue