[FFmpeg-devel] [PATCH] speex in ogg muxer

Diego Biurrun diego
Sun Sep 6 15:02:53 CEST 2009


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



More information about the ffmpeg-devel mailing list