Fix type of shared flac table ff_flac_blocksize_table[].
Fixes ticket #2533.
This commit is contained in:
parent
2d8dddd926
commit
a07ac1f788
2 changed files with 2 additions and 2 deletions
|
|
@ -26,6 +26,6 @@
|
|||
|
||||
extern const int ff_flac_sample_rate_table[16];
|
||||
|
||||
extern const int16_t ff_flac_blocksize_table[16];
|
||||
extern const int32_t ff_flac_blocksize_table[16];
|
||||
|
||||
#endif /* AVCODEC_FLACDATA_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue