[FFmpeg-devel] [PATCH] Speex parser

Diego Biurrun diego
Sun Aug 30 22:41:30 CEST 2009


On Sun, Aug 30, 2009 at 10:40:45AM -0400, Justin Ruggles wrote:
> 
> --- /dev/null
> +++ b/libavcodec/speex_parser.c
> @@ -0,0 +1,327 @@
> +
> +static int parse_ib_signal(SpeexParseContext *ctx) {
> +
> +static int parse_frame_part(SpeexParseContext *ctx, int wb, int submode) {

K&R function declarations please, you use them for all other functions.

Diego



More information about the ffmpeg-devel mailing list