summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-06 23:56:42 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-06 23:56:42 +0000
commit4eb3b624c843c0d31f1431bc2f7ed1b9966c6220 (patch)
treea8072510f0e872956f68dbfb435313e9180eb8e1 /codec-cfg.h
parent4d14bf1ddb4f0f75c2d19a445a0a66e80e38f8f9 (diff)
downloadmpv-4eb3b624c843c0d31f1431bc2f7ed1b9966c6220.tar.bz2
mpv-4eb3b624c843c0d31f1431bc2f7ed1b9966c6220.tar.xz
outflags[] reading fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@300 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 90261cc5c5..e346d55f2e 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -17,6 +17,11 @@
#define CODECS_FLAG_AUDIO (1<<0)
+#define CODECS_FLAG_FLIP (1<<0)
+#define CODECS_FLAG_NOFLIP (1<<1)
+#define CODECS_FLAG_YUVHACK (1<<2)
+
+
#warning nem kellene ket typedef GUID-nak...
typedef struct {
long f1;