comparison pcm-mpeg.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 94cb694c2af7
children 7dd2a45249a9
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
295 return retval; 295 return retval;
296 } 296 }
297 297
298 AVCodec pcm_bluray_decoder = { 298 AVCodec pcm_bluray_decoder = {
299 "pcm_bluray", 299 "pcm_bluray",
300 CODEC_TYPE_AUDIO, 300 AVMEDIA_TYPE_AUDIO,
301 CODEC_ID_PCM_BLURAY, 301 CODEC_ID_PCM_BLURAY,
302 0, 302 0,
303 NULL, 303 NULL,
304 NULL, 304 NULL,
305 NULL, 305 NULL,