diff txd.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 f2fb80b9952a
children 914f484bb476
line wrap: on
line diff
--- a/txd.c	Tue Mar 30 22:09:14 2010 +0000
+++ b/txd.c	Tue Mar 30 23:30:55 2010 +0000
@@ -156,7 +156,7 @@
 
 AVCodec txd_decoder = {
     "txd",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_TXD,
     sizeof(TXDContext),
     txd_init,