aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_internal.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-02-22 08:08:19 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-02-22 08:08:19 +0000
commit0cb25594454dbfe8c855a4c512796897d525e5d4 (patch)
treec218aec03400fb612e3b5b97d0a99bdb0b9dc24d /libswscale/swscale_internal.h
parentb9c2fb34445864e2adc7fe766aaae98f365a0a4a (diff)
downloadffmpeg-0cb25594454dbfe8c855a4c512796897d525e5d4.tar.gz
Discard two symbols from libswscale.
Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
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 */