summaryrefslogtreecommitdiff
path: root/libavcodec/ac3dec.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2008-05-31 19:59:10 +0000
committerJustin Ruggles <justin.ruggles@gmail.com>2008-05-31 19:59:10 +0000
commit7e13b31c198df714d15748d2b2585a508fb9f6fd (patch)
tree37579d35fb305e481b255791ab6bda27dbad7caf /libavcodec/ac3dec.c
parente25973a1fdfef1a96257e18fdecd70e5befe3824 (diff)
10l: cosmetics
Originally committed as revision 13585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ac3dec.c')
-rw-r--r--libavcodec/ac3dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ac3dec.c b/libavcodec/ac3dec.c
index ada77d8e52..57788c153a 100644
--- a/libavcodec/ac3dec.c
+++ b/libavcodec/ac3dec.c
@@ -1007,7 +1007,6 @@ static int ac3_parse_audio_block(AC3DecodeContext *s, int blk)
}
/* run last 2 bit allocation stages if new dba values */
bit_alloc_stages[ch] = FFMAX(bit_alloc_stages[ch], 2);
-
}
}
} else if(blk == 0) {