Commit 6e2ecc2d authored by Vitor Sessak's avatar Vitor Sessak

Remove pointless semicolon

Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ada65af9
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment