comparison svq3.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 1527e25ec9d4
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
1069 } 1069 }
1070 1070
1071 1071
1072 AVCodec svq3_decoder = { 1072 AVCodec svq3_decoder = {
1073 "svq3", 1073 "svq3",
1074 CODEC_TYPE_VIDEO, 1074 AVMEDIA_TYPE_VIDEO,
1075 CODEC_ID_SVQ3, 1075 CODEC_ID_SVQ3,
1076 sizeof(H264Context), 1076 sizeof(H264Context),
1077 svq3_decode_init, 1077 svq3_decode_init,
1078 NULL, 1078 NULL,
1079 ff_h264_decode_end, 1079 ff_h264_decode_end,