[FFmpeg-cvslog] r32215 - trunk/libswscale/swscale-test.c
Diego Biurrun
diego
Thu Sep 16 09:52:32 CEST 2010
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.
Diego
More information about the ffmpeg-cvslog
mailing list