comparison sgidec.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 5b05416fcb6b
children 914f484bb476
comparison
equal deleted inserted replaced
11559:444f4b594fdb 11560:8a4984c5cacc
258 return 0; 258 return 0;
259 } 259 }
260 260
261 AVCodec sgi_decoder = { 261 AVCodec sgi_decoder = {
262 "sgi", 262 "sgi",
263 CODEC_TYPE_VIDEO, 263 AVMEDIA_TYPE_VIDEO,
264 CODEC_ID_SGI, 264 CODEC_ID_SGI,
265 sizeof(SgiState), 265 sizeof(SgiState),
266 sgi_init, 266 sgi_init,
267 NULL, 267 NULL,
268 sgi_end, 268 sgi_end,