comparison bink.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 34080d73a504
children 2501df1cabc5
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
999 return 0; 999 return 0;
1000 } 1000 }
1001 1001
1002 AVCodec bink_decoder = { 1002 AVCodec bink_decoder = {
1003 "binkvideo", 1003 "binkvideo",
1004 CODEC_TYPE_VIDEO, 1004 AVMEDIA_TYPE_VIDEO,
1005 CODEC_ID_BINKVIDEO, 1005 CODEC_ID_BINKVIDEO,
1006 sizeof(BinkContext), 1006 sizeof(BinkContext),
1007 decode_init, 1007 decode_init,
1008 NULL, 1008 NULL,
1009 decode_end, 1009 decode_end,