On Sat, Sep 05, 2009 at 07:29:57PM -0400, Justin Ruggles wrote:
>
> --- a/libavformat/oggparsespeex.c
> +++ b/libavformat/oggparsespeex.c
> @@ -69,8 +81,40 @@ static int speex_header(AVFormatContext *s, int idx) {
>
> +static int
> +speex_packet(AVFormatContext *s, int idx)
> +{
That's neither K&R nor consistent with the formatting of the file.
Diego