X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fac3dec_float.c;h=3aa6482b1a13392fc6f9e6e820b0db23d1e58a89;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=b18317f8b368c6f1a6145f57b5a919b3f8b8d585;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/ac3dec_float.c b/libavcodec/ac3dec_float.c index b18317f8b36..3aa6482b1a1 100644 --- a/libavcodec/ac3dec_float.c +++ b/libavcodec/ac3dec_float.c @@ -53,7 +53,7 @@ static const AVClass ac3_decoder_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_ac3_decoder = { +const AVCodec ff_ac3_decoder = { .name = "ac3", .type = AVMEDIA_TYPE_AUDIO, .id = AV_CODEC_ID_AC3, @@ -78,7 +78,7 @@ static const AVClass eac3_decoder_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVCodec ff_eac3_decoder = { +const AVCodec ff_eac3_decoder = { .name = "eac3", .type = AVMEDIA_TYPE_AUDIO, .id = AV_CODEC_ID_EAC3,