summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-03 19:09:55 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-03 19:09:55 +0000
commit42db8b366c1814a39ae3183725e87d77550ea35a (patch)
treef99993c1bcb320905eb2bf844bc17705ebfedc8e
parent2dc9369da69441066acf1592282ccdae38780d34 (diff)
downloadmpv-42db8b366c1814a39ae3183725e87d77550ea35a.tar.bz2
mpv-42db8b366c1814a39ae3183725e87d77550ea35a.tar.xz
mpegpes added... thx Mw3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5479 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--codec-cfg.c1
-rw-r--r--codec-cfg.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index 39269a4533..2ccf65cf0d 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -255,6 +255,7 @@ static short get_driver(char *s,int audioflag)
"ijpg",
"huffyuv",
"zlib",
+ "mpegpes",
NULL
};
char **drv=audioflag?audiodrv:videodrv;
diff --git a/codec-cfg.h b/codec-cfg.h
index 9157900981..76e1add2a4 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -68,6 +68,7 @@
#define VFM_IJPG 22
#define VFM_HUFFYUV 23
#define VFM_ZLIB 24
+#define VFM_MPEGPES 25
#ifndef GUID_TYPE
#define GUID_TYPE