diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-12-12 12:16:42 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-07-23 11:53:19 +0200 |
commit | 9c2b800203a5a8f3d83f3b8f28e8c50d28186b39 (patch) | |
tree | f1dd977e229f7882c74a485eac96d2b52f043167 /tools/trasher.c | |
parent | 35bfcff07f3b5efc8f322d899de136040c2772a7 (diff) | |
download | ffmpeg-9c2b800203a5a8f3d83f3b8f28e8c50d28186b39.tar.gz |
fftools/ffmpeg: move the mux queue into muxer private data
The muxing queue currently lives in OutputStream, which is a very large
struct storing the state for both encoding and muxing. The muxing queue
is only used by the code in ffmpeg_mux, so it makes sense to restrict it
to that file.
This makes the first step towards reducing the scope of OutputStream.
Diffstat (limited to 'tools/trasher.c')
0 files changed, 0 insertions, 0 deletions