Browse Source

Fichier d�sormais inutile.

pull/2/head
Christophe Massiot 27 years ago
parent
commit
82c006196c
  1. 11
      include/vpar_motion.h
  2. 1
      src/video_parser/vpar_headers.c

11
include/vpar_motion.h

@ -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 );

1
src/video_parser/vpar_headers.c

@ -35,7 +35,6 @@
#include "vpar_headers.h"
#include "vpar_synchro.h"
#include "video_parser.h"
#include "vpar_motion.h"
#include "video_fifo.h"
/*

Loading…
Cancel
Save