summaryrefslogtreecommitdiffstats
path: root/codec-cfg.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-08 20:48:02 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-09-08 20:48:02 +0000
commitfff46da0c3619f8e042a8b0f54c6fa73f55395e1 (patch)
treefbc06e1270bfe83d7c1e2f779dd072946a6a6b6c /codec-cfg.c
parent7cb9ad6b11f9a85d6f7e6f34cfdfd350aca11f25 (diff)
downloadmpv-fff46da0c3619f8e042a8b0f54c6fa73f55395e1.tar.bz2
mpv-fff46da0c3619f8e042a8b0f54c6fa73f55395e1.tar.xz
Mpeg PES added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1872 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.c')
-rw-r--r--codec-cfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/codec-cfg.c b/codec-cfg.c
index cd69809d7f..366d1c17e1 100644
--- a/codec-cfg.c
+++ b/codec-cfg.c
@@ -124,6 +124,8 @@ static int add_to_format(char *s, unsigned int *fourcc, unsigned int *fourccmap)
{"BGR16", IMGFMT_BGR|16},
{"BGR24", IMGFMT_BGR|24},
{"BGR32", IMGFMT_BGR|32},
+
+ {"MPES", IMGFMT_MPEGPES},
{NULL, 0}
};