[FFmpeg-devel] [PATCH] speex in ogg muxer
Justin Ruggles
justin.ruggles
Sun Sep 6 15:28:09 CEST 2009
Diego Biurrun wrote:
> 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.
Which is why I already fixed it in the most recent patch. ;)
-Justin
More information about the ffmpeg-devel
mailing list