summaryrefslogtreecommitdiffstats
path: root/gst/deinterlace2/tvtime/tomsmocomp.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-30 07:51:07 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-30 07:51:07 +0000
commit8a84f759b417603d2b29692d0a0846de83da1a90 (patch)
treef2f84cf24dce9a07c5089b4f673d18c43ef166fc /gst/deinterlace2/tvtime/tomsmocomp.h
parent67088dcea6eda4eeef243940cda2e76acbc2a398 (diff)
downloadgst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.tar.gz
gst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.tar.bz2
gst-plugins-bad-8a84f759b417603d2b29692d0a0846de83da1a90.zip
gst/deinterlace2/: Remove useless file and mark everything possible as static.
Original commit message from CVS: * gst/deinterlace2/Makefile.am: * gst/deinterlace2/tvtime/tomsmocomp.c: (tomsmocomp_init), (tomsmocomp_filter_mmx), (tomsmocomp_filter_3dnow), (tomsmocomp_filter_sse), (deinterlace_frame_di_tomsmocomp): * gst/deinterlace2/tvtime/tomsmocomp.h: Remove useless file and mark everything possible as static. * gst/deinterlace2/tvtime/greedy.c: * gst/deinterlace2/tvtime/greedyh.c: Use "_stdint.h" instead of <stdint.h>.
Diffstat (limited to 'gst/deinterlace2/tvtime/tomsmocomp.h')
-rw-r--r--gst/deinterlace2/tvtime/tomsmocomp.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gst/deinterlace2/tvtime/tomsmocomp.h b/gst/deinterlace2/tvtime/tomsmocomp.h
index 12127800..ca40ac44 100644
--- a/gst/deinterlace2/tvtime/tomsmocomp.h
+++ b/gst/deinterlace2/tvtime/tomsmocomp.h
@@ -49,11 +49,6 @@ int Search_Effort_19_SB();
int Search_Effort_21_SB();
int Search_Effort_Max_SB();
-void tomsmocomp_init( void );
-void tomsmocomp_filter_mmx( GstDeinterlace2 *object );
-void tomsmocomp_filter_3dnow( GstDeinterlace2 *object );
-void tomsmocomp_filter_sse( GstDeinterlace2 *object );
-
#ifdef __cplusplus
};
#endif