mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fields. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
16 lines
216 B
Text
16 lines
216 B
Text
[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]
|