Remove pointless semicolon

Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Vitor Sessak 2010-09-17 19:33:56 +00:00
parent ada65af9d1
commit 6e2ecc2dba

View File

@ -547,7 +547,7 @@ static int sipr_decode_frame(AVCodecContext *avctx, void *datap,
mode_par->subframe_count * sizeof(float);
return mode_par->bits_per_frame >> 3;
};
}
AVCodec sipr_decoder = {
"sipr",