]> git.sesse.net Git - vlc/commitdiff
Fichier d�sormais inutile.
authorChristophe Massiot <massiot@videolan.org>
Wed, 26 Jan 2000 21:08:19 +0000 (21:08 +0000)
committerChristophe Massiot <massiot@videolan.org>
Wed, 26 Jan 2000 21:08:19 +0000 (21:08 +0000)
include/vpar_motion.h [deleted file]
src/video_parser/vpar_headers.c

diff --git a/include/vpar_motion.h b/include/vpar_motion.h
deleted file mode 100644 (file)
index ed47dfe..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*****************************************************************************
- * vpar_motion.h : video parser motion compensation management
- * (c)1999 VideoLAN
- *****************************************************************************/
-
-/*
- * Prototypes
- */
-
-void vpar_MPEG1MotionVector ( vpar_thread_t * p_vpar, macroblock_t * p_mb, int i_s );
-void vpar_MPEG2MotionVector ( vpar_thread_t * p_vpar, macroblock_t * p_mb, int i_s );
index c7b3d459dd8174f95f64671b680bae211a0b91e1..b7eb6eb29bb0924aea8bb173f55436f0a10974e5 100644 (file)
@@ -35,7 +35,6 @@
 #include "vpar_headers.h"
 #include "vpar_synchro.h"
 #include "video_parser.h"
-#include "vpar_motion.h"
 #include "video_fifo.h"
 
 /*