From 0f16dfda50cb6b7b13e2a3f02f0823f67eeca748 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 18 Mar 2015 01:18:40 +0100 Subject: Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats Signed-off-by: Michael Niedermayer --- libavfilter/vf_spp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/vf_spp.c') diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index 4235544b9d..19c2c72d22 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c @@ -303,7 +303,7 @@ static void filter(SPPContext *p, uint8_t *dst, uint8_t *src, static int query_formats(AVFilterContext *ctx) { - static const enum PixelFormat pix_fmts[] = { + static const enum AVPixelFormat pix_fmts[] = { AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV411P, AV_PIX_FMT_YUV410P, AV_PIX_FMT_YUV440P, -- cgit v1.2.3