diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 23:27:16 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-09-25 23:27:16 +0000 |
commit | b9f9e59afc4e32a326ad6b117166f0c82fd1cbac (patch) | |
tree | 9cb2d814bc0522348ade285eab2cae4e907275ec /libavcodec/ra144enc.c | |
parent | 2c1da681b8a75548b407c19639effeff2ffc2ea3 (diff) | |
download | ffmpeg-b9f9e59afc4e32a326ad6b117166f0c82fd1cbac.tar.gz |
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/ra144enc.c')
-rw-r--r-- | libavcodec/ra144enc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ra144enc.c b/libavcodec/ra144enc.c index 9e2cf36c2d..195821cddb 100644 --- a/libavcodec/ra144enc.c +++ b/libavcodec/ra144enc.c @@ -502,7 +502,7 @@ static int ra144_encode_frame(AVCodecContext *avctx, uint8_t *frame, AVCodec ra_144_encoder = { "real_144", - CODEC_TYPE_AUDIO, + AVMEDIA_TYPE_AUDIO, CODEC_ID_RA_144, sizeof(RA144Context), ra144_encode_init, |