summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Sauer <ensonic@users.sf.net>2013-09-13 08:16:34 +0200
committerStefan Sauer <ensonic@users.sf.net>2013-09-13 08:16:34 +0200
commit870f0e3d63922247ad2a016974a8f7f86b66c0e9 (patch)
tree92df49a3de55be96eddc0fd66491254f0f8034f5
parent81abd3a06439e67400456eb0a0be0bb4b4fbeea3 (diff)
mi-info: comment updates
-rw-r--r--src/mi-info.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mi-info.vala b/src/mi-info.vala
index dae8819..58896ed 100644
--- a/src/mi-info.vala
+++ b/src/mi-info.vala
@@ -102,9 +102,9 @@ public class MediaInfo.Info : Box
tag_black_list.add ("nominal-bitrate");
tag_black_list.add ("maximum-bitrate");
- // map from media-type to wikipedia-articles, prefix with http://en.wikipedia.org/wiki/
+ // map from media-type/codec-desc to wikipedia-articles, see set_wikilink()
+ // where they are prefixed with 'http://en.wikipedia.org/wiki/'
// alternative source could be http://codecdictionary.com/
- // TODO: add more
wikilinks = new HashMap<string, string> ();
// container/tag formats
wikilinks["application/mxf"] = "Material_Exchange_Format";