From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/flacdata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg/libavcodec/flacdata.h') 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 */ -- cgit v1.2.3