diff ansi.c @ 12516:34beb0af8204 libavcodec

Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the corresponding AVMEDIA_TYPE_* symbols.
author stefano
date Sat, 25 Sep 2010 23:27:16 +0000
parents 601fbb943758
children
line wrap: on
line diff
--- a/ansi.c	Sat Sep 25 14:37:54 2010 +0000
+++ b/ansi.c	Sat Sep 25 23:27:16 2010 +0000
@@ -424,7 +424,7 @@
 
 AVCodec ansi_decoder = {
     .name           = "ansi",
-    .type           = CODEC_TYPE_VIDEO,
+    .type           = AVMEDIA_TYPE_VIDEO,
     .id             = CODEC_ID_ANSI,
     .priv_data_size = sizeof(AnsiContext),
     .init           = decode_init,