diff options
author | Rodger Combs <rodger.combs@gmail.com> | 2015-10-07 21:24:40 -0500 |
---|---|---|
committer | Rodger Combs <rodger.combs@gmail.com> | 2015-12-28 08:34:30 -0600 |
commit | a5fd3a1a2bd2e8ac28434919e462cf61ce831eb2 (patch) | |
tree | 2afc15bf8cf90ea7705965f72f8ba6d48c388704 /ffmpeg.h | |
parent | 4caa3e1c6cf452154e811fea3685b2dea50d3a7a (diff) | |
download | ffmpeg-a5fd3a1a2bd2e8ac28434919e462cf61ce831eb2.tar.gz |
ffmpeg: use lavf API for applying bitstream filters
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) */ |