Browse code

Remove pointless semicolon

Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk

Vitor Sessak authored on 2010/09/18 04:33:56
Showing 1 changed files
... ...
@@ -547,7 +547,7 @@ static int sipr_decode_frame(AVCodecContext *avctx, void *datap,
547 547
         mode_par->subframe_count * sizeof(float);
548 548
 
549 549
     return mode_par->bits_per_frame >> 3;
550
-};
550
+}
551 551
 
552 552
 AVCodec sipr_decoder = {
553 553
     "sipr",