diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-09-11 19:32:43 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-10-01 11:16:17 +0200 |
commit | 33b4b788aac91dfd522415baaedcbda160482816 (patch) | |
tree | d98faf6fb9bbd1d66ea4a1ae53833490d79cd6b1 /libavcodec/opustab.h | |
parent | 3bf5cc9c588b41d4ba49821e57650dbbf187f932 (diff) | |
download | ffmpeg-33b4b788aac91dfd522415baaedcbda160482816.tar.gz |
opusdec: do not fail when LBRR frames are present
Decode and discard them.
Fixes ticket 4641.
Diffstat (limited to 'libavcodec/opustab.h')
-rw-r--r-- | libavcodec/opustab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/opustab.h b/libavcodec/opustab.h index bce5a42830..892126bb23 100644 --- a/libavcodec/opustab.h +++ b/libavcodec/opustab.h @@ -31,6 +31,9 @@ extern const uint8_t ff_celt_band_end[]; extern const uint8_t ff_opus_default_coupled_streams[]; +extern const uint16_t ff_silk_model_lbrr_flags_40[]; +extern const uint16_t ff_silk_model_lbrr_flags_60[]; + extern const uint16_t ff_silk_model_stereo_s1[]; extern const uint16_t ff_silk_model_stereo_s2[]; extern const uint16_t ff_silk_model_stereo_s3[]; |