info: verified link
This commit is contained in:
parent
7a21721a75
commit
f89638f5b0
@ -116,13 +116,13 @@ public class MediaInfo.Info : VPaned
|
||||
wikilinks["audio/x-vorbis"] = "Vorbis";
|
||||
wikilinks["audio/x-wav"] = "WAV";
|
||||
// video codecs
|
||||
wikilinks["video/x-theora"] = "Theora"; // FIXME: check
|
||||
wikilinks["video/x-theora"] = "Theora";
|
||||
|
||||
int screen_height = Gdk.Screen.get_default().get_height();
|
||||
if (screen_height <= 600) {
|
||||
compact_mode = true;
|
||||
}
|
||||
|
||||
|
||||
// add widgets
|
||||
// FIXME: handle aspect ratio (AspectFrame.ratio)
|
||||
drawing_area = new DrawingArea ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user