X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fcaf.c;h=a700e4055b198da2e753ca6607a891385dceb1ce;hb=1eb311011548867b118dd461442365195fb5fb7d;hp=fe242ff03272425ced1067e8ed35e8ee385be5f8;hpb=398000abcf980d239a789da6f69811913d2fc635;p=ffmpeg diff --git a/libavformat/caf.c b/libavformat/caf.c index fe242ff0327..a700e4055b1 100644 --- a/libavformat/caf.c +++ b/libavformat/caf.c @@ -78,3 +78,4 @@ const AVCodecTag ff_codec_caf_tags[] = { { AV_CODEC_ID_NONE, 0 }, }; +const AVCodecTag *const ff_caf_codec_tags_list[] = { ff_codec_caf_tags, NULL };