diff options
author | Anton Khirnov <anton@khirnov.net> | 2024-04-09 14:30:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2024-07-03 11:38:52 +0200 |
commit | 901f7e3f72fe6005a6fd340882511346e00350b2 (patch) | |
tree | 9dcf7a9832656ae9d35ea2a19b375ffdbb8d4989 /fftools/ffmpeg.h | |
parent | 9a7686e5458dad8d40b3b3f70f6a19530933468e (diff) | |
download | ffmpeg-901f7e3f72fe6005a6fd340882511346e00350b2.tar.gz |
fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()
It is no longer needed after this function returns.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r-- | fftools/ffmpeg.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index e4c8561325..d173475621 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -586,8 +586,6 @@ typedef struct OutputStream { FilterGraph *fg_simple; OutputFilter *filter; - AVDictionary *encoder_opts; - char *attachment_filename; /* stats */ |