ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Wed Dec 13 
19:36:29 2023 +0100| [4549f202227bf9bd8c5db1153d16e7098f1d44fa] | committer: 
Anton Khirnov

fftools/ffmpeg: drop OutputFile.sq_encode

It is unused since d119ae2fd82a494d9430ff4d4fc262961a68c598

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4549f202227bf9bd8c5db1153d16e7098f1d44fa
---

 fftools/ffmpeg.h     | 2 --
 fftools/ffmpeg_mux.c | 1 -
 2 files changed, 3 deletions(-)

diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 9d4be4f4ff..affa80856a 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -612,8 +612,6 @@ typedef struct OutputFile {
     OutputStream **streams;
     int         nb_streams;
 
-    SyncQueue *sq_encode;
-
     int64_t recording_time;  ///< desired length of the resulting file in 
microseconds == AV_TIME_BASE units
     int64_t start_time;      ///< start time in microseconds == AV_TIME_BASE 
units
 
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++)

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to