diff options
author | phintuka <phintuka> | 2006-08-07 18:20:43 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-08-07 18:20:43 +0000 |
commit | 206e7effeafaac112b95297325d6e9a00dddfb85 (patch) | |
tree | 9e49f793391ec25ca5359af076baf711e4c9f0da /config.c | |
parent | 9948a2e152c58b45dd31f6f4aac2bbd53546f68e (diff) | |
download | xineliboutput-206e7effeafaac112b95297325d6e9a00dddfb85.tar.gz xineliboutput-206e7effeafaac112b95297325d6e9a00dddfb85.tar.bz2 |
Removed unused suspend code
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.2 2006-07-02 17:03:26 phintuka Exp $ + * $Id: config.c,v 1.3 2006-08-07 18:20:43 phintuka Exp $ * */ @@ -104,7 +104,6 @@ config_t::config_t() { audio_upmix = 0; audio_surround = 0; - inactivity_timer = 0; decoder_priority = DECODER_PRIORITY_NORMAL; pes_buffers = i_pesBufferSize[PES_BUFFERS_SMALL_250]; strcpy(deinterlace_method, s_deinterlaceMethods[DEINTERLACE_NONE]); @@ -288,7 +287,6 @@ bool config_t::SetupParse(const char *Name, const char *Value) else if (!strcasecmp(Name, "Remote.Rtp.TTL")) remote_rtp_ttl = atoi(Value); else if (!strcasecmp(Name, "Remote.Rtp.AlwaysOn")) remote_rtp_always_on = atoi(Value); - else if (!strcasecmp(Name, "Decoder.InactivityTimer")) inactivity_timer=atoi(Value); else if (!strcasecmp(Name, "Decoder.Priority")) decoder_priority=strstra(Value,s_decoderPriority,1); else if (!strcasecmp(Name, "Decoder.PesBuffers")) pes_buffers=atoi(Value); |