summaryrefslogtreecommitdiff
path: root/frontend_local.h
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-04-12 22:53:36 +0000
committerphintuka <phintuka>2007-04-12 22:53:36 +0000
commit02a357fdb89c07bb523f94c91e5ce90249f7710b (patch)
tree917fd495ee00fa21c6ea38fc7a76eb6dd4b598e7 /frontend_local.h
parent50fa9f26fbc32192721d51e1aec63a46cbc2f75c (diff)
downloadxineliboutput-02a357fdb89c07bb523f94c91e5ce90249f7710b.tar.gz
xineliboutput-02a357fdb89c07bb523f94c91e5ce90249f7710b.tar.bz2
Remove (unused) decoder priority setting
Diffstat (limited to 'frontend_local.h')
-rw-r--r--frontend_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h
index a05e47fa..84dd2ad4 100644
--- a/frontend_local.h
+++ b/frontend_local.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_local.h,v 1.4 2007-01-24 01:06:09 phintuka Exp $
+ * $Id: frontend_local.h,v 1.5 2007-04-12 22:53:36 phintuka Exp $
*
*/
@@ -51,7 +51,7 @@ class cXinelibLocal : public cXinelibThread
virtual void ConfigureWindow(int fullscreen, int width, int height,
int modeswitch, const char *modeline,
int aspect, int scale_video, int field_order);
- virtual void ConfigureDecoder(int pes_buffers, int priority);
+ virtual void ConfigureDecoder(int pes_buffers);
protected: