From e40b183d3aa392eb10edf0638f7337dfb5265be9 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 9 Jul 2008 22:43:08 +0000 Subject: Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini Originally committed as revision 27244 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libswscale/swscale_internal.h') diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h index 45cf738973..e904205475 100644 --- a/libswscale/swscale_internal.h +++ b/libswscale/swscale_internal.h @@ -278,4 +278,6 @@ static inline int fmt_depth(int fmt) extern const DECLARE_ALIGNED(8, uint64_t, ff_dither4[2]); extern const DECLARE_ALIGNED(8, uint64_t, ff_dither8[2]); +extern const AVClass sws_context_class; + #endif /* FFMPEG_SWSCALE_INTERNAL_H */ -- cgit v1.2.3