From d90e255e2cb175b715ce2acb6e55bccbda400c6c Mon Sep 17 00:00:00 2001 From: szabii Date: Mon, 9 Apr 2001 20:21:07 +0000 Subject: lots of changes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@320 b3059339-0415-0410-9bf9-f77b7e298cf2 --- codec-cfg.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'codec-cfg.h') diff --git a/codec-cfg.h b/codec-cfg.h index 0c2dda69a6..94579e85ee 100644 --- a/codec-cfg.h +++ b/codec-cfg.h @@ -1,8 +1,6 @@ #ifndef __CODEC_CFG_H #define __CODEC_CFG_H -//#include - #ifndef IMGFMT_YV12 #define IMGFMT_YV12 0x32315659 #define IMGFMT_YUY2 (('2'<<24)|('Y'<<16)|('U'<<8)|'Y') @@ -30,7 +28,6 @@ #define CODECS_STATUS_WORKING 2 -//#warning nem kellene ket typedef GUID-nak... typedef struct { unsigned long f1; unsigned short f2; @@ -38,7 +35,6 @@ typedef struct { unsigned char f4[8]; } GUID; -/* I just rearranged, to use less memory... */ typedef struct { unsigned int fourcc[CODECS_MAX_FOURCC]; unsigned int fourccmap[CODECS_MAX_FOURCC]; -- cgit v1.2.3