diff options
Diffstat (limited to 'ffmpeg/libavcodec/flacdata.h')
| -rw-r--r-- | ffmpeg/libavcodec/flacdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/flacdata.h b/ffmpeg/libavcodec/flacdata.h index 96a50b9..e2c1e5d 100644 --- a/ffmpeg/libavcodec/flacdata.h +++ b/ffmpeg/libavcodec/flacdata.h @@ -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 */ |
