summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-04-09 22:37:54 -0300
committerJames Almer <jamrial@gmail.com>2017-05-24 20:28:00 -0300
commitf1cdc01e7208f9e05cd92127003b3b494ec10cfb (patch)
tree35bf3abf403ffc8be65f84d34964330e1f6a7ed7 /ffmpeg.h
parent437ad467c250f8b96dc3456997906866d748f6ba (diff)
ffmpeg: remove bsf extradata propagation hack
The offending bitstream filter was fixed, so this is no longer needed. Signed-off-by: James Almer <jamrial@gmail.com>
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 854ed1924a..a806445e0d 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -458,7 +458,6 @@ typedef struct OutputStream {
AVRational enc_timebase;
int nb_bitstream_filters;
- uint8_t *bsf_extradata_updated;
AVBSFContext **bsf_ctx;
AVCodecContext *enc_ctx;