comparison v210dec.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 d7ed9dcc78e3
children ee740a4e80c5
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
120 return 0; 120 return 0;
121 } 121 }
122 122
123 AVCodec v210_decoder = { 123 AVCodec v210_decoder = {
124 "v210", 124 "v210",
125 CODEC_TYPE_VIDEO, 125 AVMEDIA_TYPE_VIDEO,
126 CODEC_ID_V210, 126 CODEC_ID_V210,
127 0, 127 0,
128 decode_init, 128 decode_init,
129 NULL, 129 NULL,
130 decode_close, 130 decode_close,