X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fcaf.c;h=a700e4055b198da2e753ca6607a891385dceb1ce;hb=520754476d9c2627b610fb9c508d0a85182d5a87;hp=fe242ff03272425ced1067e8ed35e8ee385be5f8;hpb=ee96ab2db507b95a694f10b152481cf71842de28;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 };