info: add wikilinks for two more codecs

This commit is contained in:
Stefan Sauer 2011-03-04 18:13:34 +02:00
parent 9cdf06e282
commit 3a6e0484ee

View file

@ -142,7 +142,9 @@ public class MediaInfo.Info : VPaned
wikilinks["video/x-divx"] = "MPEG-4_Part_2";
wikilinks["video/x-h264"] = "H.264/MPEG-4_AVC";
wikilinks["video/x-msmpeg"] = "MPEG-4_Part_2";
wikilinks["video/x-svq"] = "Sorenson_codec";
wikilinks["video/x-theora"] = "Theora";
wikilinks["video/x-xvid"] = "Xvid";
int screen_height = Gdk.Screen.get_default().get_height();
if (screen_height <= 600) {