summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 54c47b0d57..19d14b2330 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -565,15 +565,6 @@ typedef struct OutputStream {
int max_muxing_queue_size;
- /* the packets are buffered here until the muxer is ready to be initialized */
- AVFifo *muxing_queue;
-
- /*
- * The size of the AVPackets' buffers in queue.
- * Updated when a packet is either pushed or pulled from the queue.
- */
- size_t muxing_queue_data_size;
-
/* Threshold after which max_muxing_queue_size will be in effect */
size_t muxing_queue_data_threshold;