summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
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 /codec-cfg.c
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
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c1
1 files changed, 1 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;