diff options
Diffstat (limited to 'libavcodec/dcadec.c')
-rw-r--r-- | libavcodec/dcadec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dcadec.c b/libavcodec/dcadec.c index d4fd23e215..6b0812cf70 100644 --- a/libavcodec/dcadec.c +++ b/libavcodec/dcadec.c @@ -1957,7 +1957,7 @@ static const AVProfile profiles[] = { AVCodec ff_dca_decoder = { .name = "dca", .type = AVMEDIA_TYPE_AUDIO, - .id = CODEC_ID_DTS, + .id = AV_CODEC_ID_DTS, .priv_data_size = sizeof(DCAContext), .init = dca_decode_init, .decode = dca_decode_frame, |