comparison jpeglsdec.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 0dce4fe6e6f3
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
363 } 363 }
364 364
365 365
366 AVCodec jpegls_decoder = { 366 AVCodec jpegls_decoder = {
367 "jpegls", 367 "jpegls",
368 CODEC_TYPE_VIDEO, 368 AVMEDIA_TYPE_VIDEO,
369 CODEC_ID_JPEGLS, 369 CODEC_ID_JPEGLS,
370 sizeof(MJpegDecodeContext), 370 sizeof(MJpegDecodeContext),
371 ff_mjpeg_decode_init, 371 ff_mjpeg_decode_init,
372 NULL, 372 NULL,
373 ff_mjpeg_decode_end, 373 ff_mjpeg_decode_end,