summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-12-12 12:16:42 +0100
committerAnton Khirnov <anton@khirnov.net>2022-07-23 11:53:19 +0200
commit9c2b800203a5a8f3d83f3b8f28e8c50d28186b39 (patch)
treef1dd977e229f7882c74a485eac96d2b52f043167 /.gitignore
parent35bfcff07f3b5efc8f322d899de136040c2772a7 (diff)
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 '.gitignore')
0 files changed, 0 insertions, 0 deletions