summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 08:08:19 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 08:08:19 +0000
commit50899e9083661200d9bb105dca0339c14e56d271 (patch)
treeb6397c2e5898a1cbcc61619e3f2f4348ba8f963f /libswscale/swscale_internal.h
parentf087f0f503c1c57af6ae51472ee58f1f9458b035 (diff)
downloadmpv-50899e9083661200d9bb105dca0339c14e56d271.tar.bz2
mpv-50899e9083661200d9bb105dca0339c14e56d271.tar.xz
Discard two symbols from libswscale.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26060 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 96ec78c48e..aa583a6b1b 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -272,4 +272,7 @@ 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]);
+
#endif /* FFMPEG_SWSCALE_INTERNAL_H */