Re: [FFmpeg-devel] Inconsistent usage of AVFieldOrder values

2024-04-24 Thread Tobias Rapp
On 25/04/2024 00:42, Marton Balint wrote: On Mon, 22 Apr 2024, Devin Heitmueller wrote: Hello, I suspect this topic has been visited a number of times over the years, but I figured I should re-raise it. In the compressed domain, field ordering is represented by the AVFieldOrder enumeration

Re: [FFmpeg-devel] Inconsistent usage of AVFieldOrder values

2024-04-24 Thread Marton Balint
On Mon, 22 Apr 2024, Devin Heitmueller wrote: Hello, I suspect this topic has been visited a number of times over the years, but I figured I should re-raise it. In the compressed domain, field ordering is represented by the AVFieldOrder enumeration. Among the interlaced possibilities, you'

[FFmpeg-devel] Inconsistent usage of AVFieldOrder values

2024-04-22 Thread Devin Heitmueller
Hello, I suspect this topic has been visited a number of times over the years, but I figured I should re-raise it. In the compressed domain, field ordering is represented by the AVFieldOrder enumeration. Among the interlaced possibilities, you've got four combinations: AV_FIELD_TT, AV_FIELD_BB,