summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-04-09 14:30:28 +0200
committerAnton Khirnov <anton@khirnov.net>2024-04-09 14:30:28 +0200
commit08585737f40980dbd0f7a155e72559a4d1bb33d7 (patch)
tree902a408b96858ff78d47503f189dd6c86a17b4d5 /fftools/ffmpeg.h
parent6540091063290a88ef18d9de43c1cf8d1ef1bba9 (diff)
fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()ffmpeg_encoder_opts
It is no longer needed after this function returns.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 9cab8148ca..51aee0679a 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 */