Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-10-13 16:29:29 +0300
committerAnton Khirnov <anton@khirnov.net>2022-10-18 14:57:43 +0300
commitee0a900e5817148c8343f8f95e7b811b069704f4 (patch)
treeb174b3ff208bde792e096f63b71c94a55b4c690e /fftools/ffmpeg.h
parentd6195c88e232ce936fab1ac36fc296bf42497225 (diff)
fftools/ffmpeg_mux: move sq_mux from OutputFile to Muxer
It is internal to ffmpeg_mux* and does not need to be visible to other code.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 9ccd158e4b..20eb6e2aa9 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -620,7 +620,6 @@ typedef struct OutputFile {
const char *url;
SyncQueue *sq_encode;
- SyncQueue *sq_mux;
int nb_streams;
int ost_index; /* index of the first stream in output_streams */