comparison zmbvenc.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 b9fdb6b4c2dc
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
323 return 0; 323 return 0;
324 } 324 }
325 325
326 AVCodec zmbv_encoder = { 326 AVCodec zmbv_encoder = {
327 "zmbv", 327 "zmbv",
328 CODEC_TYPE_VIDEO, 328 AVMEDIA_TYPE_VIDEO,
329 CODEC_ID_ZMBV, 329 CODEC_ID_ZMBV,
330 sizeof(ZmbvEncContext), 330 sizeof(ZmbvEncContext),
331 encode_init, 331 encode_init,
332 encode_frame, 332 encode_frame,
333 encode_end, 333 encode_end,