[FFmpeg-devel] [PATCH] fftools/ffmpeg: properly initialize output stream field order
Derek Buitenhuis
derek.buitenhuis at gmail.com
Thu Apr 26 17:58:09 EEST 2018
On 4/26/2018 3:49 PM, Tobias Rapp wrote:
> "ost" is of type OutputStream here, which only has top_field_first with
> values auto=-1/bff=0/tff=1. AVFrame has the
> interlaced_frame/top_field_first pair you mentioned, while
> AVCodecContext has field_order.
Ah, I misunderstood the type and values of ost. Confusing naming...
Seems OK then, I suppose.
- Derek
More information about the ffmpeg-devel
mailing list