comparison tscc.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 f17f2be8f61a
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
197 return 0; 197 return 0;
198 } 198 }
199 199
200 AVCodec tscc_decoder = { 200 AVCodec tscc_decoder = {
201 "camtasia", 201 "camtasia",
202 CODEC_TYPE_VIDEO, 202 AVMEDIA_TYPE_VIDEO,
203 CODEC_ID_TSCC, 203 CODEC_ID_TSCC,
204 sizeof(CamtasiaContext), 204 sizeof(CamtasiaContext),
205 decode_init, 205 decode_init,
206 NULL, 206 NULL,
207 decode_end, 207 decode_end,