comparison dxa.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 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
317 return 0; 317 return 0;
318 } 318 }
319 319
320 AVCodec dxa_decoder = { 320 AVCodec dxa_decoder = {
321 "dxa", 321 "dxa",
322 CODEC_TYPE_VIDEO, 322 AVMEDIA_TYPE_VIDEO,
323 CODEC_ID_DXA, 323 CODEC_ID_DXA,
324 sizeof(DxaDecContext), 324 sizeof(DxaDecContext),
325 decode_init, 325 decode_init,
326 NULL, 326 NULL,
327 decode_end, 327 decode_end,