]> git.sesse.net Git - vlc/commitdiff
Woops, this somehow got removed in previous commit.
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 13 May 2006 21:01:05 +0000 (21:01 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 13 May 2006 21:01:05 +0000 (21:01 +0000)
src/libvlc.h

index 3c2975d3c4c583ea518d68963eed3da3c1fed18d..04068880a091866d4e1251ee07bb63c1c59b0aff 100644 (file)
@@ -1219,6 +1219,8 @@ vlc_module_begin();
                 CUSTOM_CROP_RATIOS_LONGTEXT, VLC_FALSE );
     add_string( "aspect-ratio", NULL, NULL,
                 ASPECT_RATIO_TEXT, ASPECT_RATIO_LONGTEXT, VLC_FALSE );
+    add_string( "monitor-par", NULL, NULL,
+                MASPECT_RATIO_TEXT, MASPECT_RATIO_LONGTEXT, VLC_TRUE );
     add_string( "custom-aspect-ratios", NULL, NULL, CUSTOM_ASPECT_RATIOS_TEXT,
                 CUSTOM_ASPECT_RATIOS_LONGTEXT, VLC_FALSE );
     add_bool( "hdtv-fix", 1, NULL, HDTV_FIX_TEXT, HDTV_FIX_LONGTEXT, VLC_TRUE );