FFmpeg/tests/ref
Anton Khirnov 9a7686e545 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. 372c78dd42 - analogous change for
decoding.

A non-progressive field order is now written on the container level in
interlaced ProRes encoding tests.
2024-07-03 11:38:52 +02:00
..
acodec
fate tests/fate/filter-audio.mak: add test for atempo audio filter 2024-07-03 11:37:40 +02:00
lavf movenc: Add an option for resilient, hybrid fragmented/non-fragmented muxing 2024-06-24 11:24:04 +03:00
lavf-fate
pixfmt
seek
vsynth fftools/ffmpeg_mux_init: apply encoder options manually 2024-07-03 11:38:52 +02:00