summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-09 20:21:07 +0000
committerszabii <szabii@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-09 20:21:07 +0000
commitd90e255e2cb175b715ce2acb6e55bccbda400c6c (patch)
tree61cb454f6bf27c2173433fb5da5d6300069e4cb6 /codec-cfg.h
parent7087dc33ee7de84807ff0e115efa4a7afb467e0c (diff)
downloadmpv-d90e255e2cb175b715ce2acb6e55bccbda400c6c.tar.bz2
mpv-d90e255e2cb175b715ce2acb6e55bccbda400c6c.tar.xz
lots of changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@320 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h4
1 files changed, 0 insertions, 4 deletions
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 <inttypes.h>
-
#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];