diff options
author | phintuka <phintuka> | 2012-03-13 12:53:42 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-13 12:53:42 +0000 |
commit | d4179e5bd9e1ac5a5541b85658d5fd3595ce82bb (patch) | |
tree | 1141fa3c40756d1f4f10d9ef012c37bd350e2a90 /frontend_local.h | |
parent | 5b4bfca976935de265acd08ba8edf589827a2d2b (diff) | |
download | xineliboutput-d4179e5bd9e1ac5a5541b85658d5fd3595ce82bb.tar.gz xineliboutput-d4179e5bd9e1ac5a5541b85658d5fd3595ce82bb.tar.bz2 |
Removed deprecated setting (field_order)
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_local.h b/frontend_local.h index 863d3f0e..4a942a95 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.9 2011-03-20 20:59:25 phintuka Exp $ + * $Id: frontend_local.h,v 1.10 2012-03-13 12:53:41 phintuka Exp $ * */ @@ -46,7 +46,7 @@ class cXinelibLocal : public cXinelibThread // Configuration virtual void ConfigureWindow(int fullscreen, int width, int height, int modeswitch, const char *modeline, - int aspect, int scale_video, int field_order); + int aspect, int scale_video); virtual void ConfigureDecoder(int pes_buffers); virtual int SupportsTrueColorOSD(void); |