fftools/ffmpeg_mux: make copy_prior_start private to muxing code

It is no longer used outside of ffmpeg_mux*
This commit is contained in:
Anton Khirnov
2023-04-13 14:45:58 +02:00
parent 8763b9cc36
commit 7f8827f28e
4 changed files with 5 additions and 5 deletions

View File

@@ -659,7 +659,6 @@ typedef struct OutputStream {
const char *attachment_filename;
int copy_initial_nonkeyframes;
int copy_prior_start;
int keep_pix_fmt;