diff options
author | Anton Khirnov <anton@khirnov.net> | 2023-12-13 19:36:29 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-12-14 20:16:54 +0100 |
commit | 4549f202227bf9bd8c5db1153d16e7098f1d44fa (patch) | |
tree | 0d78763329f5c2f92c39c3c14780e8fb66d48f53 /fftools/ffmpeg_mux.c | |
parent | 0d01e61807b3da3113aa29bf79c4769988f1f41c (diff) | |
download | ffmpeg-4549f202227bf9bd8c5db1153d16e7098f1d44fa.tar.gz |
fftools/ffmpeg: drop OutputFile.sq_encode
It is unused since d119ae2fd82a494d9430ff4d4fc262961a68c598
Diffstat (limited to 'fftools/ffmpeg_mux.c')
-rw-r--r-- | fftools/ffmpeg_mux.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg_mux.c b/fftools/ffmpeg_mux.c index 09e4056371..8e523dd49d 100644 --- a/fftools/ffmpeg_mux.c +++ b/fftools/ffmpeg_mux.c @@ -845,7 +845,6 @@ void of_free(OutputFile **pof) return; mux = mux_from_of(of); - sq_free(&of->sq_encode); sq_free(&mux->sq_mux); for (int i = 0; i < of->nb_streams; i++) |