mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-20 00:18:05 +08: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:
@ -591,8 +591,6 @@ typedef struct OutputStream {
|
||||
/* packet quality factor */
|
||||
atomic_int quality;
|
||||
|
||||
int sq_idx_mux;
|
||||
|
||||
EncStats enc_stats_pre;
|
||||
EncStats enc_stats_post;
|
||||
|
||||
|
Reference in New Issue
Block a user