From 90f2a1a03ce5759bc863f5adefe926f322fcc392 Mon Sep 17 00:00:00 2001 From: Marco Gerards Date: Sun, 8 Apr 2007 12:05:02 +0000 Subject: cosmetics: indentation fix patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adpcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/adpcm.c') 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; -- cgit v1.2.3