mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02: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);
|
mode_par->subframe_count * sizeof(float);
|
||||||
|
|
||||||
return mode_par->bits_per_frame >> 3;
|
return mode_par->bits_per_frame >> 3;
|
||||||
};
|
}
|
||||||
|
|
||||||
AVCodec sipr_decoder = {
|
AVCodec sipr_decoder = {
|
||||||
"sipr",
|
"sipr",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user