comparison qpeg.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 de14016e0b2d
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
311 return 0; 311 return 0;
312 } 312 }
313 313
314 AVCodec qpeg_decoder = { 314 AVCodec qpeg_decoder = {
315 "qpeg", 315 "qpeg",
316 CODEC_TYPE_VIDEO, 316 AVMEDIA_TYPE_VIDEO,
317 CODEC_ID_QPEG, 317 CODEC_ID_QPEG,
318 sizeof(QpegContext), 318 sizeof(QpegContext),
319 decode_init, 319 decode_init,
320 NULL, 320 NULL,
321 decode_end, 321 decode_end,