diff options
author | James Almer <jamrial@gmail.com> | 2017-04-09 22:37:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-05-24 20:28:00 -0300 |
commit | f1cdc01e7208f9e05cd92127003b3b494ec10cfb (patch) | |
tree | 35bf3abf403ffc8be65f84d34964330e1f6a7ed7 /ffmpeg.h | |
parent | 437ad467c250f8b96dc3456997906866d748f6ba (diff) | |
download | ffmpeg-f1cdc01e7208f9e05cd92127003b3b494ec10cfb.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |