summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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