]> git.sesse.net Git - vlc/commitdiff
Removed unused values.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 2 Oct 2007 18:29:47 +0000 (18:29 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 2 Oct 2007 18:29:47 +0000 (18:29 +0000)
include/vlc_vout_synchro.h

index 849c9e90f39a7508ea6749a11c10435446226dc1..54d4b639f8ca460a4a151e3cf85670c9c54505eb 100644 (file)
@@ -31,8 +31,6 @@
 /*****************************************************************************
  * 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. */
 /* Pictures types */
 #define I_CODING_TYPE           1
 #define D_CODING_TYPE           4 /* MPEG-1 ONLY */
 /* other values are reserved */
 
-/* Structures */
-#define TOP_FIELD               1
-#define BOTTOM_FIELD            2
-#define FRAME_STRUCTURE         3
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/