From c0fd2fb27bebd1d5ab028e6df6bca9119d269122 Mon Sep 17 00:00:00 2001 From: Andreas Cadhalpun Date: Tue, 27 Oct 2015 22:56:53 +0100 Subject: swscale: Rename sws_context_class to ff_sws_context_class It is an internal swscale symbol and thus should not be exported. Signed-off-by: Andreas Cadhalpun Signed-off-by: Diego Biurrun --- libswscale/swscale_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 26b9430..a72ac0b 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -714,7 +714,7 @@ extern const uint8_t ff_dither_8x8_220[8][8]; extern const int32_t ff_yuv2rgb_coeffs[8][4]; -extern const AVClass sws_context_class; +extern const AVClass ff_sws_context_class; /** * Set c->swscale to an unscaled converter if one exists for the specific -- cgit v1.1