mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
mpegpes added... thx Mw3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5479 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2dc9369da6
commit
42db8b366c
@ -255,6 +255,7 @@ static short get_driver(char *s,int audioflag)
|
||||
"ijpg",
|
||||
"huffyuv",
|
||||
"zlib",
|
||||
"mpegpes",
|
||||
NULL
|
||||
};
|
||||
char **drv=audioflag?audiodrv:videodrv;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user