ffmpeg: use lavf API for applying bitstream filters

This commit is contained in:
Rodger Combs
2015-10-07 21:24:40 -05:00
parent 4caa3e1c6c
commit a5fd3a1a2b
3 changed files with 9 additions and 44 deletions

View File

@@ -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) */