OSDN Git Service

10l: cosmetics
authorJustin Ruggles <justin.ruggles@gmail.com>
Sat, 31 May 2008 19:59:10 +0000 (19:59 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Sat, 31 May 2008 19:59:10 +0000 (19:59 +0000)
Originally committed as revision 13585 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ac3dec.c

index ada77d8..57788c1 100644 (file)
@@ -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) {