diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-03-24 08:59:05 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-04-09 15:47:45 +0200 |
commit | 923c6ab170669793d3311cbfd465a967d44f1636 (patch) | |
tree | 5eddc5e4c90ca15ae5d27b1cbc8790208cea689f /libavdevice/decklink_enc_c.c | |
parent | f9d3c0653334c0ee17ca01cbcaaab467e24ce0c6 (diff) | |
download | ffmpeg-923c6ab170669793d3311cbfd465a967d44f1636.tar.gz |
fftools/ffmpeg: use sync queues for enforcing audio frame size
The code currently uses lavfi for this, which creates a sort of
configuration dependency loop - the encoder should be ideally
initialized with information from the first audio frame, but to get this
frame one needs to first open the encoder to know the frame size. This
necessitates an awkward workaround, which causes audio handling to be
different from video.
With this change, audio encoder initialization is congruent with video.
Diffstat (limited to 'libavdevice/decklink_enc_c.c')
0 files changed, 0 insertions, 0 deletions