summaryrefslogtreecommitdiff
path: root/avconv.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-10-28 21:44:51 -0300
committerAnton Khirnov <anton@khirnov.net>2016-11-02 10:08:28 +0100
commit064f19f39e2f17927278c6ad8fe884a5b92310d6 (patch)
treeb7a0c56fd0cf781f7ea9240f730d18a82ab35d09 /avconv.h
parentecd2ec69ce10e13f6ede353d2def7ce9f45c1a7d (diff)
avconv: support parsing bitstream filter options
Example usage: avconv -i INPUT -bsf filter[=opt1=val1:opt2=val2] OUTPUT Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'avconv.h')
-rw-r--r--avconv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/avconv.h b/avconv.h
index fcdf3d0461..6360f76c0b 100644
--- a/avconv.h
+++ b/avconv.h
@@ -360,7 +360,6 @@ typedef struct OutputStream {
AVRational mux_timebase;
int nb_bitstream_filters;
- const AVBitStreamFilter **bitstream_filters;
AVBSFContext **bsf_ctx;
AVCodecContext *enc_ctx;