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
commit7f8827f28e0d6641fb8c015250f541037e50a208 (patch)
tree274c7dae373da7d1cf835f2a3e1098dad608ff66 /fftools/ffmpeg_mux.h
parent8763b9cc36457a35e6f092a9791c4ba0ab870a24 (diff)
downloadffmpeg-7f8827f28e0d6641fb8c015250f541037e50a208.tar.gz
fftools/ffmpeg_mux: make copy_prior_start 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 0938a261ee..81c4698161 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_prior_start;
int streamcopy_started;
} MuxStream;