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:
diego 2006-11-16 00:20:55 +00:00
parent a76ad8d229
commit adf53a4caa
2 changed files with 9 additions and 0 deletions

View File

@ -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)

View File

@ -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 },
};