X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fs302m.c;h=584b58e28e323816b1104453088d112b92251ea3;hb=09100ccc14690a9d781f055642b5b880752ee636;hp=4350d97f0a407071c03660bc09815d4fe4fe9c47;hpb=21525e6d0d704e88e69eda9dc4c92a4acee347ac;p=ffmpeg diff --git a/libavcodec/s302m.c b/libavcodec/s302m.c index 4350d97f0a4..584b58e28e3 100644 --- a/libavcodec/s302m.c +++ b/libavcodec/s302m.c @@ -212,10 +212,10 @@ static const AVOption s302m_options[] = { }; static const AVClass s302m_class = { - "SMPTE 302M Decoder", - av_default_item_name, - s302m_options, - LIBAVUTIL_VERSION_INT, + .class_name = "SMPTE 302M Decoder", + .item_name = av_default_item_name, + .option = s302m_options, + .version = LIBAVUTIL_VERSION_INT, }; AVCodec ff_s302m_decoder = {