diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-04-13 14:22:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-04-17 12:01:40 +0200 |
commit | a34f483291e5e635e55e0d326c23bb8c352852c3 (patch) | |
tree | 27c3a3e91bdb705c802f7e0ec85ae73a2ab5dcaa /libavcodec/msvideo1enc.c | |
parent | a064aed4c37836468f4156e6b3aaf150a626fa50 (diff) | |
download | ffmpeg-a34f483291e5e635e55e0d326c23bb8c352852c3.tar.gz |
fftools/ffmpeg: add muxer-input codec parameters to OutputStream
It stores codec parameters of the stream submitted to the muxer, which
may be different from the codec parameters in AVStream due to bitstream
filtering.
This avoids the confusing back and forth synchronisation between the
encoder, bitstream filters, and the muxer, now information flows only in
one direction. It also reduces the need for non-muxing code to access
AVStream.
Diffstat (limited to 'libavcodec/msvideo1enc.c')
0 files changed, 0 insertions, 0 deletions