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/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/utils.c') diff --git a/libswscale/utils.c b/libswscale/utils.c index 129643a526..d549348e35 100644 --- a/libswscale/utils.c +++ b/libswscale/utils.c @@ -867,7 +867,7 @@ SwsContext *sws_alloc_context(void) SwsContext *c = av_mallocz(sizeof(SwsContext)); if (c) { - c->av_class = &sws_context_class; + c->av_class = &ff_sws_context_class; av_opt_set_defaults(c); } -- cgit v1.2.3