Commit 91d60a7c authored by Laurent Aimar's avatar Laurent Aimar

Moved DEFAULT_CHAN to vlc_osd.h

parent a120d3b5
...@@ -56,6 +56,9 @@ extern "C" { ...@@ -56,6 +56,9 @@ extern "C" {
typedef struct spu_private_t spu_private_t; typedef struct spu_private_t spu_private_t;
/* Default subpicture channel ID */
#define DEFAULT_CHAN 1
/** /**
* Subpicture unit descriptor * Subpicture unit descriptor
*/ */
......
...@@ -67,9 +67,6 @@ struct picture_heap_t ...@@ -67,9 +67,6 @@ struct picture_heap_t
void (* pf_setpalette) ( vout_thread_t *, uint16_t *, uint16_t *, uint16_t * ); void (* pf_setpalette) ( vout_thread_t *, uint16_t *, uint16_t *, uint16_t * );
}; };
/* Default subpicture channel ID */
#define DEFAULT_CHAN 1
/***************************************************************************** /*****************************************************************************
* 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