diff options
author | phintuka <phintuka> | 2007-04-12 22:53:36 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-04-12 22:53:36 +0000 |
commit | 02a357fdb89c07bb523f94c91e5ce90249f7710b (patch) | |
tree | 917fd495ee00fa21c6ea38fc7a76eb6dd4b598e7 /config.h | |
parent | 50fa9f26fbc32192721d51e1aec63a46cbc2f75c (diff) | |
download | xineliboutput-02a357fdb89c07bb523f94c91e5ce90249f7710b.tar.gz xineliboutput-02a357fdb89c07bb523f94c91e5ce90249f7710b.tar.bz2 |
Remove (unused) decoder priority setting
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.h,v 1.21 2007-03-25 02:39:26 phintuka Exp $ + * $Id: config.h,v 1.22 2007-04-12 22:53:36 phintuka Exp $ * */ @@ -44,12 +44,6 @@ #define DEINTERLACE_TVTIME 7 #define DEINTERLACE_count 8 -// Decoder priority -#define DECODER_PRIORITY_LOW 0 -#define DECODER_PRIORITY_NORMAL 1 -#define DECODER_PRIORITY_HIGH 2 -#define DECODER_PRIORITY_count 3 - #define FIELD_ORDER_NORMAL 0 #define FIELD_ORDER_INVERTED 1 #define FIELD_ORDER_count 2 @@ -152,7 +146,6 @@ class config_t { static const char *s_aspects[]; static const char *s_deinterlaceMethods[]; static const char *s_deinterlaceMethodNames[]; - static const char *s_decoderPriority[]; static const char *s_fieldOrder[]; static const char *s_audioDriverNames[]; static const char *s_audioDrivers[]; @@ -188,7 +181,6 @@ class config_t { int audio_upmix; int sw_volume_control; /* software (xine-lib) or hardware (alsa) volume control and muting */ - int decoder_priority; int pes_buffers; char deinterlace_method[32]; char deinterlace_opts[256]; |