summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-02-11 00:20:52 +0100
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2020-04-04 23:12:27 +0200
commit4679a474f06c229b10976d7f0b4eee0613c2715a (patch)
treeee7736091903d8e8027eae94436cfdc6e1874f01 /libavcodec/ac3tab.h
parent944cb188edda3574d52a161d785928c851810cef (diff)
downloadffmpeg-4679a474f06c229b10976d7f0b4eee0613c2715a.tar.gz
lavc: Use supported_samplerates for Dolby Digital encoders.
Fixes ticket #8518.
Diffstat (limited to 'libavcodec/ac3tab.h')
-rw-r--r--libavcodec/ac3tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3tab.h b/libavcodec/ac3tab.h
index aa71acbce1..f0f6e6ccc4 100644
--- a/libavcodec/ac3tab.h
+++ b/libavcodec/ac3tab.h
@@ -33,7 +33,7 @@ extern const uint8_t ff_ac3_channels_tab[8];
extern av_export_avcodec const uint16_t avpriv_ac3_channel_layout_tab[8];
extern const uint8_t ff_ac3_enc_channel_map[8][2][6];
extern const uint8_t ff_ac3_dec_channel_map[8][2][6];
-extern const uint16_t ff_ac3_sample_rate_tab[3];
+extern const int ff_ac3_sample_rate_tab[3];
extern const uint16_t ff_ac3_bitrate_tab[19];
extern const uint8_t ff_ac3_rematrix_band_tab[5];
extern const uint8_t ff_eac3_default_cpl_band_struct[18];