comparison libmpdemux/demux_lavf.c @ 20934:51dbf3c4924f

support for Sierra VMD video
author diego
date Thu, 16 Nov 2006 00:56:35 +0000
parents ac704f65fe31
children 4a8c67e44c7f
comparison
equal deleted inserted replaced
20933:ac704f65fe31 20934:51dbf3c4924f
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 { CODEC_ID_TIERTEXSEQVIDEO, MKTAG('T', 'S', 'E', 'Q')},
88 { CODEC_ID_VMDVIDEO, MKTAG('V', 'M', 'D', 'V')},
88 { 0, 0 }, 89 { 0, 0 },
89 }; 90 };
90 91
91 static int mp_open(URLContext *h, const char *filename, int flags){ 92 static int mp_open(URLContext *h, const char *filename, int flags){
92 return 0; 93 return 0;