Commit 02d8f9e7 authored by Laurent Aimar's avatar Laurent Aimar

Removed unused values.

parent f0465fc1
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
/***************************************************************************** /*****************************************************************************
* vout_synchro_t : timers for the video synchro * vout_synchro_t : timers for the video synchro
*****************************************************************************/ *****************************************************************************/
#define MAX_PIC_AVERAGE 8
/* Read the discussion on top of vout_synchro.c for more information. */ /* Read the discussion on top of vout_synchro.c for more information. */
/* Pictures types */ /* Pictures types */
#define I_CODING_TYPE 1 #define I_CODING_TYPE 1
...@@ -41,11 +39,6 @@ ...@@ -41,11 +39,6 @@
#define D_CODING_TYPE 4 /* MPEG-1 ONLY */ #define D_CODING_TYPE 4 /* MPEG-1 ONLY */
/* other values are reserved */ /* other values are reserved */
/* Structures */
#define TOP_FIELD 1
#define BOTTOM_FIELD 2
#define FRAME_STRUCTURE 3
/***************************************************************************** /*****************************************************************************
* Prototypes * Prototypes
*****************************************************************************/ *****************************************************************************/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment