Skip to content
Snippets Groups Projects
Commit 26c0c847 authored by Tobias Rapp's avatar Tobias Rapp
Browse files

avformat/avienc: fix fields-per-frame value for interlaced video streams


Writes one set of field framing information for progressive streams and
two sets for interlaced streams. Fixes ticket #6383.

Unfortunately the OpenDML v1.02 document is not very specific on what
value to use for start_line when frame data is not coming from a
capturing device, so this is just using 0/1 depending on the field order
as a best-effort guess.

Signed-off-by: default avatarTobias Rapp <t.rapp@noa-archive.com>
parent 0e93694e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment