comparison txd.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 f2fb80b9952a
children 914f484bb476
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
154 return 0; 154 return 0;
155 } 155 }
156 156
157 AVCodec txd_decoder = { 157 AVCodec txd_decoder = {
158 "txd", 158 "txd",
159 CODEC_TYPE_VIDEO, 159 AVMEDIA_TYPE_VIDEO,
160 CODEC_ID_TXD, 160 CODEC_ID_TXD,
161 sizeof(TXDContext), 161 sizeof(TXDContext),
162 txd_init, 162 txd_init,
163 NULL, 163 NULL,
164 txd_end, 164 txd_end,