diff pcx.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 2422415a296c
children 150c7c236e78
line wrap: on
line diff
--- a/pcx.c	Tue Mar 30 22:09:14 2010 +0000
+++ b/pcx.c	Tue Mar 30 23:30:55 2010 +0000
@@ -244,7 +244,7 @@
 
 AVCodec pcx_decoder = {
     "pcx",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_PCX,
     sizeof(PCXContext),
     pcx_init,