]> git.sesse.net Git - vlc/blob - include/vpar_motion.h
Pour la plus grande joie de tous, le client compile correctement. Attention
[vlc] / include / vpar_motion.h
1 /*****************************************************************************
2  * vpar_motion.h : video parser motion compensation management
3  * (c)1999 VideoLAN
4  *****************************************************************************/
5
6 typedef struct
7 {
8   char i_val, i_len;
9 } mv_tab_t;
10
11 /*
12  * Prototypes
13  */
14
15 void vpar_MPEG1MotionVector ( vpar_thread_t * p_vpar, macroblock_t * p_mb, int i_s );
16 void vpar_MPEG2MotionVector ( vpar_thread_t * p_vpar, macroblock_t * p_mb, int i_s );