]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra288.c
ARM: intmath: use native-size return types for clipping functions
[ffmpeg] / libavcodec / ra288.c
index aa7ad333120249b7840c65ad6881e881318d7bca..c13d0e633ee53c4baa3b26044cf8b3bb9b2c5a6f 100644 (file)
@@ -224,7 +224,7 @@ static int ra288_decode_frame(AVCodecContext * avctx, void *data,
 AVCodec ff_ra_288_decoder = {
     .name           = "real_288",
     .type           = AVMEDIA_TYPE_AUDIO,
-    .id             = CODEC_ID_RA_288,
+    .id             = AV_CODEC_ID_RA_288,
     .priv_data_size = sizeof(RA288Context),
     .init           = ra288_decode_init,
     .decode         = ra288_decode_frame,