]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/caf.c
avutil: Switch crypto APIs to size_t
[ffmpeg] / libavformat / caf.c
index fe242ff03272425ced1067e8ed35e8ee385be5f8..a700e4055b198da2e753ca6607a891385dceb1ce 100644 (file)
@@ -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 };