summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg_mux.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-13 14:45:58 +0200
committerAnton Khirnov <anton@khirnov.net>2023-04-17 12:01:40 +0200
commit30699c103f433164f40be4f67f3fb07a402a8050 (patch)
tree3b9c31758ab9d363c27a8bbcdcac91003cbcd68d /fftools/ffmpeg_mux.h
parent7f8827f28e0d6641fb8c015250f541037e50a208 (diff)
downloadffmpeg-30699c103f433164f40be4f67f3fb07a402a8050.tar.gz
fftools/ffmpeg_mux: make copy_initial_nonkeyframes private to muxing code
It is no longer used outside of ffmpeg_mux*
Diffstat (limited to 'fftools/ffmpeg_mux.h')
-rw-r--r--fftools/ffmpeg_mux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fftools/ffmpeg_mux.h b/fftools/ffmpeg_mux.h
index 81c4698161..7e0454dfba 100644
--- a/fftools/ffmpeg_mux.h
+++ b/fftools/ffmpeg_mux.h
@@ -75,6 +75,7 @@ typedef struct MuxStream {
// combined size of all the packets sent to the muxer
uint64_t data_size_mux;
+ int copy_initial_nonkeyframes;
int copy_prior_start;
int streamcopy_started;
} MuxStream;