diff --git a/libavformat/riff.c b/libavformat/riff.c
index f69e5365069cc94ea444eeab2aa7cc40e8ff8a1b..1c3411220e21fc9e505b25f657f6d45f97d6ea1c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -28,7 +28,10 @@
 #include "libavutil/avassert.h"
 
 /* Note: when encoding, the first matching tag is used, so order is
-   important if multiple tags possible for a given codec. */
+   important if multiple tags possible for a given codec.
+   Note also that this list is used for more than just riff, other
+   files use it as well.
+*/
 const AVCodecTag ff_codec_bmp_tags[] = {
     { AV_CODEC_ID_H264,         MKTAG('H', '2', '6', '4') },
     { AV_CODEC_ID_H264,         MKTAG('h', '2', '6', '4') },