]> git.sesse.net Git - vlc/commitdiff
Moved DEFAULT_CHAN to vlc_osd.h
authorLaurent Aimar <fenrir@videolan.org>
Mon, 6 Jul 2009 19:26:03 +0000 (21:26 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 6 Jul 2009 19:26:53 +0000 (21:26 +0200)
include/vlc_osd.h
include/vlc_vout.h

index 0aff210871579b4b731c49bac1a387e16ece3374..310b6f0491b8857ee61e8a35896825298606354d 100644 (file)
@@ -56,6 +56,9 @@ extern "C" {
 
 typedef struct spu_private_t spu_private_t;
 
+/* Default subpicture channel ID */
+#define DEFAULT_CHAN           1
+
 /**
  * Subpicture unit descriptor
  */
index 10df3f62a6456b8e8ec826c429c3eb6a5acaf922..fb5f6245a4234ad54185219cfd42424cf4937a86 100644 (file)
@@ -67,9 +67,6 @@ struct picture_heap_t
     void (* pf_setpalette) ( vout_thread_t *, uint16_t *, uint16_t *, uint16_t * );
 };
 
-/* Default subpicture channel ID */
-#define DEFAULT_CHAN           1
-
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/