summaryrefslogtreecommitdiff
path: root/libavcodec/ansi.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 23:27:16 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-09-25 23:27:16 +0000
commitb9f9e59afc4e32a326ad6b117166f0c82fd1cbac (patch)
tree9cb2d814bc0522348ade285eab2cae4e907275ec /libavcodec/ansi.c
parent2c1da681b8a75548b407c19639effeff2ffc2ea3 (diff)
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols. Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/ansi.c')
-rw-r--r--libavcodec/ansi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ansi.c b/libavcodec/ansi.c
index ad85906095..8e7171c6c1 100644
--- a/libavcodec/ansi.c
+++ b/libavcodec/ansi.c
@@ -424,7 +424,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
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,