summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-04-17 23:55:55 +0200
committerMarton Balint <cus@passwd.hu>2020-05-02 19:14:08 +0200
commitf821ae8591add999ce717d932a80673fc29b00f6 (patch)
treea6722a17ac5dcd7d88ca454ff5f6819c5989fb0b /fftools/ffmpeg.h
parent425e08d571ea46d627bcd3dcbd75b056c98c5084 (diff)
fftools/ffmpeg: use a bsf list instead of individual bsfs
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 98700f24e5..38205a1a13 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -459,8 +459,7 @@ typedef struct OutputStream {
AVRational mux_timebase;
AVRational enc_timebase;
- int nb_bitstream_filters;
- AVBSFContext **bsf_ctx;
+ AVBSFContext *bsf_ctx;
AVCodecContext *enc_ctx;
AVCodecParameters *ref_par; /* associated input codec parameters with encoders options applied */