mirror of
https://github.com/mpv-player/mpv
synced 2024-12-14 02:45:43 +00:00
Add support for Tiertex SEQ video.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20949 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a76ad8d229
commit
adf53a4caa
@ -1922,6 +1922,14 @@ videocodec fffraps
|
||||
dll "fraps"
|
||||
out BGR24,I420
|
||||
|
||||
videocodec fftiertexseq
|
||||
info "FFmpeg Tiertex SEQ"
|
||||
status working
|
||||
fourcc TSEQ
|
||||
driver ffmpeg
|
||||
dll "tiertexseqvideo"
|
||||
out BGR8
|
||||
|
||||
|
||||
; raw formats: (now RGB formats are autodetected)
|
||||
|
||||
|
@ -84,6 +84,7 @@ const CodecTag mp_wav_tags[] = {
|
||||
|
||||
const CodecTag mp_bmp_tags[] = {
|
||||
{ CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')},
|
||||
{ CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')},
|
||||
{ 0, 0 },
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user