mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
support for some more fringe formats, still buggy ..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20996 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2bf9053a66
commit
2f67bb7b34
@ -1946,6 +1946,38 @@ videocodec ffdsicinvideo
|
||||
dll "dsicinvideo"
|
||||
out BGR8
|
||||
|
||||
videocodec ffwc3
|
||||
info "FFmpeg XAN wc3"
|
||||
status buggy
|
||||
fourcc WC3V ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll "xan_wc3"
|
||||
out BGR8
|
||||
|
||||
videocodec ffidcin
|
||||
info "FFmpeg idcinvideo"
|
||||
status buggy
|
||||
fourcc IDCI ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll "idcinvideo"
|
||||
out BGR8
|
||||
|
||||
videocodec ffinterplay
|
||||
info "FFmpeg Interplay Video"
|
||||
status buggy
|
||||
fourcc INPV ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll "interplayvideo"
|
||||
out BGR8
|
||||
|
||||
videocodec ffvqa
|
||||
info "FFmpeg VQA Video"
|
||||
status buggy
|
||||
fourcc VQAV ; internal MPlayer FourCC
|
||||
driver ffmpeg
|
||||
dll "vqavideo"
|
||||
out BGR8
|
||||
|
||||
|
||||
; raw formats: (now RGB formats are autodetected)
|
||||
|
||||
|
@ -89,9 +89,12 @@ const CodecTag mp_wav_tags[] = {
|
||||
const CodecTag mp_bmp_tags[] = {
|
||||
{ CODEC_ID_DSICINVIDEO, MKTAG('D', 'C', 'I', 'V')},
|
||||
{ CODEC_ID_FLIC, MKTAG('F', 'L', 'I', 'C')},
|
||||
{ CODEC_ID_IDCIN, MKTAG('I', 'D', 'C', 'I')},
|
||||
{ CODEC_ID_INTERPLAY_VIDEO, MKTAG('I', 'N', 'P', 'V')},
|
||||
{ CODEC_ID_ROQ, MKTAG('R', 'o', 'Q', 'V')},
|
||||
{ CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')},
|
||||
{ CODEC_ID_VMDVIDEO, MKTAG('V', 'M', 'D', 'V')},
|
||||
{ CODEC_ID_WS_VQA, MKTAG('V', 'Q', 'A', 'V')},
|
||||
{ CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user