summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/adpcm.c')
-rw-r--r--libavcodec/adpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/adpcm.c b/libavcodec/adpcm.c
index e03a4b4879..d02ccfb9f2 100644
--- a/libavcodec/adpcm.c
+++ b/libavcodec/adpcm.c
@@ -1317,7 +1317,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
}
break;
case CODEC_ID_ADPCM_THP:
- {
+ {
int table[2][16];
unsigned int samplecnt;
int prev[2][2];
@@ -1375,7 +1375,7 @@ static int adpcm_decode_frame(AVCodecContext *avctx,
increased exactly one time too often. */
samples -= st;
break;
- }
+ }
default:
return -1;