summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorRodger Combs <rodger.combs@gmail.com>2015-10-07 21:24:40 -0500
committerRodger Combs <rodger.combs@gmail.com>2015-12-28 08:34:30 -0600
commita5fd3a1a2bd2e8ac28434919e462cf61ce831eb2 (patch)
tree2afc15bf8cf90ea7705965f72f8ba6d48c388704 /ffmpeg.h
parent4caa3e1c6cf452154e811fea3685b2dea50d3a7a (diff)
ffmpeg: use lavf API for applying bitstream filters
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index fa249102d2..20322b0422 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -454,7 +454,6 @@ typedef struct OutputStream {
AVDictionary *sws_dict;
AVDictionary *swr_opts;
AVDictionary *resample_opts;
- AVDictionary *bsf_args;
char *apad;
OSTFinished finished; /* no more packets should be written for this stream */
int unavailable; /* true if the steram is unavailable (possibly temporarily) */