diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-26 14:45:28 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-26 14:45:28 +0000 |
commit | c02fe96b912107c5e9bbf62e7246af30fcf6225e (patch) | |
tree | 5aa1554d9b2157cbd6f012258b585d7ded61c6fa /src | |
parent | e6926fa3475e1c528aeba7a73daabfa6d70d84e5 (diff) | |
download | xine-lib-c02fe96b912107c5e9bbf62e7246af30fcf6225e.tar.gz xine-lib-c02fe96b912107c5e9bbf62e7246af30fcf6225e.tar.bz2 |
remove VO_PROP_VO_TYPE crap only needed for dxr3
(I hope to have found another way)
CVS patchset: 3011
CVS date: 2002/10/26 14:45:28
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/video_out.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/xine-engine/video_out.h b/src/xine-engine/video_out.h index f97c4a86f..17d956868 100644 --- a/src/xine-engine/video_out.h +++ b/src/xine-engine/video_out.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out.h,v 1.67 2002/10/17 17:43:44 mroi Exp $ + * $Id: video_out.h,v 1.68 2002/10/26 14:45:28 mroi Exp $ * * * xine version of video_out.h @@ -168,15 +168,9 @@ struct vo_instance_s { #define VO_PROP_PAN_SCAN 9 #define VO_PROP_TVMODE 10 #define VO_PROP_MAX_NUM_FRAMES 11 -#define VO_PROP_VO_TYPE 12 #define VO_PROP_ZOOM_Y 13 #define VO_NUM_PROPERTIES 14 -/* Video out types */ -#define VO_TYPE_UNKNOWN 0 -#define VO_TYPE_DXR3_LETTERBOXED 1 -#define VO_TYPE_DXR3_WIDE 2 - /* zoom specific constants FIXME: generate this from xine.tmpl.in */ #define VO_ZOOM_STEP 100 #define VO_ZOOM_MAX 400 |