comparison aasc.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 4cab394c16ea
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
109 return 0; 109 return 0;
110 } 110 }
111 111
112 AVCodec aasc_decoder = { 112 AVCodec aasc_decoder = {
113 "aasc", 113 "aasc",
114 CODEC_TYPE_VIDEO, 114 AVMEDIA_TYPE_VIDEO,
115 CODEC_ID_AASC, 115 CODEC_ID_AASC,
116 sizeof(AascContext), 116 sizeof(AascContext),
117 aasc_decode_init, 117 aasc_decode_init,
118 NULL, 118 NULL,
119 aasc_decode_end, 119 aasc_decode_end,