comparison sipr.c @ 12501:b3f9612d4ea7 libavcodec

Remove pointless semicolon
author vitor
date Fri, 17 Sep 2010 19:33:56 +0000
parents 1921e24d5886
children
comparison
equal deleted inserted replaced
12500:9575307cbb82 12501:b3f9612d4ea7
545 545
546 *data_size = mode_par->frames_per_packet * subframe_size * 546 *data_size = mode_par->frames_per_packet * subframe_size *
547 mode_par->subframe_count * sizeof(float); 547 mode_par->subframe_count * sizeof(float);
548 548
549 return mode_par->bits_per_frame >> 3; 549 return mode_par->bits_per_frame >> 3;
550 }; 550 }
551 551
552 AVCodec sipr_decoder = { 552 AVCodec sipr_decoder = {
553 "sipr", 553 "sipr",
554 AVMEDIA_TYPE_AUDIO, 554 AVMEDIA_TYPE_AUDIO,
555 CODEC_ID_SIPR, 555 CODEC_ID_SIPR,