diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-09-17 19:33:56 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-09-17 19:33:56 +0000 |
commit | 6e2ecc2dbae0678b3384ae738999f172395df9b0 (patch) | |
tree | 077f2314e9962ed7201e8ed69fdd455dbbe158af /libavcodec/sipr.c | |
parent | ada65af9d19c53ad143b324b57ac581b0dfb812b (diff) | |
download | ffmpeg-6e2ecc2dbae0678b3384ae738999f172395df9b0.tar.gz |
Remove pointless semicolon
Originally committed as revision 25141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sipr.c')
-rw-r--r-- | libavcodec/sipr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c index ba274e6c80..dc84116f93 100644 --- a/libavcodec/sipr.c +++ b/libavcodec/sipr.c @@ -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", |