Mercurial > mplayer.hg
comparison libmpdemux/demux_lavf.c @ 20933:ac704f65fe31
Add support for Tiertex SEQ video.
author | diego |
---|---|
date | Thu, 16 Nov 2006 00:20:55 +0000 |
parents | 0cc7dfcb2e3b |
children | 51dbf3c4924f |
comparison
equal
deleted
inserted
replaced
20932:2c50f72c3a5c | 20933:ac704f65fe31 |
---|---|
82 { 0, 0 }, | 82 { 0, 0 }, |
83 }; | 83 }; |
84 | 84 |
85 const CodecTag mp_bmp_tags[] = { | 85 const CodecTag mp_bmp_tags[] = { |
86 { CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')}, | 86 { CODEC_ID_XAN_WC3, MKTAG('W', 'C', '3', 'V')}, |
87 { CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')}, | |
87 { 0, 0 }, | 88 { 0, 0 }, |
88 }; | 89 }; |
89 | 90 |
90 static int mp_open(URLContext *h, const char *filename, int flags){ | 91 static int mp_open(URLContext *h, const char *filename, int flags){ |
91 return 0; | 92 return 0; |