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/adpcm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ffmpeg/libavcodec/adpcm.h') diff --git a/ffmpeg/libavcodec/adpcm.h b/ffmpeg/libavcodec/adpcm.h index 08fd23f..f43a28c 100644 --- a/ffmpeg/libavcodec/adpcm.h +++ b/ffmpeg/libavcodec/adpcm.h @@ -38,8 +38,8 @@ typedef struct ADPCMChannelStatus { int prev_sample; /* MS version */ - int16_t sample1; - int16_t sample2; + int sample1; + int sample2; int coeff1; int coeff2; int idelta; -- cgit v1.2.3