From fb4ca26bdbddfbbf21a2a212485d225438b4b234 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 23 Aug 2011 07:23:52 +0200 Subject: lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. --- libswscale/options.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libswscale/options.c') diff --git a/libswscale/options.c b/libswscale/options.c index ecd0ecd53a..d550629239 100644 --- a/libswscale/options.c +++ b/libswscale/options.c @@ -67,3 +67,8 @@ static const AVOption options[] = { }; const AVClass sws_context_class = { "SWScaler", sws_context_to_name, options }; + +const AVClass *sws_get_class(void) +{ + return &sws_context_class; +} -- cgit v1.2.3