comparison truemotion1.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 266bf83f634d
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
890 return 0; 890 return 0;
891 } 891 }
892 892
893 AVCodec truemotion1_decoder = { 893 AVCodec truemotion1_decoder = {
894 "truemotion1", 894 "truemotion1",
895 CODEC_TYPE_VIDEO, 895 AVMEDIA_TYPE_VIDEO,
896 CODEC_ID_TRUEMOTION1, 896 CODEC_ID_TRUEMOTION1,
897 sizeof(TrueMotion1Context), 897 sizeof(TrueMotion1Context),
898 truemotion1_decode_init, 898 truemotion1_decode_init,
899 NULL, 899 NULL,
900 truemotion1_decode_end, 900 truemotion1_decode_end,