mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 10:00:08 +01:00
fftools/ffmpeg_mux: move OutputStream.sq_idx_mux to private data
It should not be accessed outside of ffmpeg_mux*
This commit is contained in:
@@ -50,6 +50,8 @@ typedef struct MuxStream {
|
||||
int sch_idx_enc;
|
||||
int sch_idx_src;
|
||||
|
||||
int sq_idx_mux;
|
||||
|
||||
int64_t max_frames;
|
||||
|
||||
// timestamp from which the streamcopied streams should start,
|
||||
|
||||
Reference in New Issue
Block a user