mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
Remove pointless semicolon
Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ada65af9d1
commit
6e2ecc2dba
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user