summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-09 22:43:08 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-07-09 22:43:08 +0000
commitafbb3b8a16be8c645cfa528df30378cd12f27ee0 (patch)
tree360a85c9f57beac77d400c156e6f178df87b2681 /libswscale/swscale_internal.h
parent80256aee5ea2eb1fe6a9816b0fdb815425002e60 (diff)
downloadmpv-afbb3b8a16be8c645cfa528df30378cd12f27ee0.tar.bz2
mpv-afbb3b8a16be8c645cfa528df30378cd12f27ee0.tar.xz
Split AVOption/AVClass in a separate file. SoC Patch from Keiji Costantini
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27244 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 2 insertions, 0 deletions
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 */