[FFmpeg-cvslog] r32215 - trunk/libswscale/swscale-test.c

Ramiro Polla ramiro.polla
Thu Sep 16 15:30:32 CEST 2010


On Thu, Sep 16, 2010 at 4:52 AM, Diego Biurrun <diego at biurrun.de> wrote:
> On Sun, Sep 12, 2010 at 08:17:29PM +0200, ramiro wrote:
>>
>> --- trunk/libswscale/swscale-test.c ? Sun Sep 12 20:16:53 2010 ? ? ? ?(r32214)
>> +++ trunk/libswscale/swscale-test.c ? Sun Sep 12 20:17:29 2010 ? ? ? ?(r32215)
>> @@ -277,11 +281,17 @@ static void selfTest(uint8_t *ref[4], in
>>
>> -static int fileTest(uint8_t *ref[4], int refStride[4], int w, int h, FILE *fp)
>> +static int fileTest(uint8_t *ref[4], int refStride[4], int w, int h, FILE *fp,
>> + ? ? ? ? ? ? ? ? ? ? enum PixelFormat srcFormat_in,
>> + ? ? ? ? ? ? ? ? ? ? enum PixelFormat dstFormat_in)
>
> Indentation is off.

Fixed, thanks for spotting.



More information about the ffmpeg-cvslog mailing list