comparison twinvq.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 4b3da727d832
children 8b6f3d3b55cb
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
1117 } 1117 }
1118 1118
1119 AVCodec twinvq_decoder = 1119 AVCodec twinvq_decoder =
1120 { 1120 {
1121 "twinvq", 1121 "twinvq",
1122 CODEC_TYPE_AUDIO, 1122 AVMEDIA_TYPE_AUDIO,
1123 CODEC_ID_TWINVQ, 1123 CODEC_ID_TWINVQ,
1124 sizeof(TwinContext), 1124 sizeof(TwinContext),
1125 twin_decode_init, 1125 twin_decode_init,
1126 NULL, 1126 NULL,
1127 twin_decode_close, 1127 twin_decode_close,