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:
Anton Khirnov
2023-12-13 19:33:27 +01:00
parent 2c54097614
commit 0d01e61807
4 changed files with 14 additions and 14 deletions

View File

@ -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;