X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fsonic.c;h=b31258eaa1784e19a19a1b45a31c3bbf6cead9c8;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=13409d6efa7fd9144c1d6798cf70e188605a9a16;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/sonic.c b/libavcodec/sonic.c index 13409d6efa7..b31258eaa17 100644 --- a/libavcodec/sonic.c +++ b/libavcodec/sonic.c @@ -1070,7 +1070,7 @@ static int sonic_decode_frame(AVCodecContext *avctx, return buf_size; } -AVCodec ff_sonic_decoder = { +const AVCodec ff_sonic_decoder = { .name = "sonic", .long_name = NULL_IF_CONFIG_SMALL("Sonic"), .type = AVMEDIA_TYPE_AUDIO, @@ -1085,7 +1085,7 @@ AVCodec ff_sonic_decoder = { #endif /* CONFIG_SONIC_DECODER */ #if CONFIG_SONIC_ENCODER -AVCodec ff_sonic_encoder = { +const AVCodec ff_sonic_encoder = { .name = "sonic", .long_name = NULL_IF_CONFIG_SMALL("Sonic"), .type = AVMEDIA_TYPE_AUDIO, @@ -1101,7 +1101,7 @@ AVCodec ff_sonic_encoder = { #endif #if CONFIG_SONIC_LS_ENCODER -AVCodec ff_sonic_ls_encoder = { +const AVCodec ff_sonic_ls_encoder = { .name = "sonicls", .long_name = NULL_IF_CONFIG_SMALL("Sonic lossless"), .type = AVMEDIA_TYPE_AUDIO,