fftools/ffmpeg: set want_sdp when initializing the muxer

Allows making the variable local to ffmpeg_mux.
This commit is contained in:
Anton Khirnov
2021-12-11 14:25:14 +01:00
parent d8e944c238
commit 12e9e50219
3 changed files with 6 additions and 9 deletions

View File

@@ -656,7 +656,6 @@ extern char *qsv_device;
#endif
extern HWDevice *filter_hw_device;
extern int want_sdp;
extern unsigned nb_output_dumped;
extern int main_return_code;