diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-04-09 14:11:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-07-03 11:38:52 +0200 |
commit | 9a7686e5458dad8d40b3b3f70f6a19530933468e (patch) | |
tree | 22d71fdcff8697472691551c41d2cb37b9a7d50e /fftools/ffmpeg.h | |
parent | f1664aabb18b2d726c3c0c0b7fa8202f3b52b8da (diff) | |
download | ffmpeg-9a7686e5458dad8d40b3b3f70f6a19530933468e.tar.gz |
fftools/ffmpeg_mux_init: apply encoder options manually
Do not pass an options dictionary to the avcodec_open2() in enc_open().
This is cleaner and more robust, as previously various bits of code
would try to interpret the contents of the options dictionary, with
varying degrees of correctness. Now they can just access the encoder
AVCodecContext directly.
Cf. 372c78dd42f2b1ca743473b9c32fad71c65919e0 - analogous change for
decoding.
A non-progressive field order is now written on the container level in
interlaced ProRes encoding tests.
Diffstat (limited to 'fftools/ffmpeg.h')
0 files changed, 0 insertions, 0 deletions