X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faptxdec.c;h=489194f49d729db1d39813cffa2ec451e0c5e2f1;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=a262cd9ebea4093ce68e47a27681a10b0bb04f7c;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/aptxdec.c b/libavformat/aptxdec.c index a262cd9ebea..489194f49d7 100644 --- a/libavformat/aptxdec.c +++ b/libavformat/aptxdec.c @@ -95,7 +95,7 @@ static const AVClass aptx_demuxer_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVInputFormat ff_aptx_demuxer = { +const AVInputFormat ff_aptx_demuxer = { .name = "aptx", .long_name = NULL_IF_CONFIG_SMALL("raw aptX"), .extensions = "aptx", @@ -115,7 +115,7 @@ static const AVClass aptx_hd_demuxer_class = { .version = LIBAVUTIL_VERSION_INT, }; -AVInputFormat ff_aptx_hd_demuxer = { +const AVInputFormat ff_aptx_hd_demuxer = { .name = "aptx_hd", .long_name = NULL_IF_CONFIG_SMALL("raw aptX HD"), .extensions = "aptxhd",