comparison v210x.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 fbeb4ea31f87
children ee740a4e80c5
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
132 return 0; 132 return 0;
133 } 133 }
134 134
135 AVCodec v210x_decoder = { 135 AVCodec v210x_decoder = {
136 "v210x", 136 "v210x",
137 CODEC_TYPE_VIDEO, 137 AVMEDIA_TYPE_VIDEO,
138 CODEC_ID_V210X, 138 CODEC_ID_V210X,
139 0, 139 0,
140 decode_init, 140 decode_init,
141 NULL, 141 NULL,
142 decode_close, 142 decode_close,