comparison tiertexseqv.c @ 11560:8a4984c5cacc libavcodec

Define AVMediaType enum, and use it instead of enum CodecType, which is deprecated and will be dropped at the next major bump.
author stefano
date Tue, 30 Mar 2010 23:30:55 +0000
parents 0dce4fe6e6f3
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
219 return 0; 219 return 0;
220 } 220 }
221 221
222 AVCodec tiertexseqvideo_decoder = { 222 AVCodec tiertexseqvideo_decoder = {
223 "tiertexseqvideo", 223 "tiertexseqvideo",
224 CODEC_TYPE_VIDEO, 224 AVMEDIA_TYPE_VIDEO,
225 CODEC_ID_TIERTEXSEQVIDEO, 225 CODEC_ID_TIERTEXSEQVIDEO,
226 sizeof(SeqVideoContext), 226 sizeof(SeqVideoContext),
227 seqvideo_decode_init, 227 seqvideo_decode_init,
228 NULL, 228 NULL,
229 seqvideo_decode_end, 229 seqvideo_decode_end,