vlc/vlc-2.0 | branch: master | Hugo Beauzée-Luyssen <[email protected]> | Mon 
Mar  5 18:54:11 2012 +0100| [a001905266e86f51054ddeeb2f10bd13c27871a0] | 
committer: Jean-Baptiste Kempf

qt4: Adding support for bluray menus

Signed-off-by: Hugo Beauzée-Luyssen <[email protected]>
(cherry picked from commit 6a72420a4526146b65f87b778e010b9ce52895a9)

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=a001905266e86f51054ddeeb2f10bd13c27871a0
---

 modules/gui/qt4/components/open_panels.cpp |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/open_panels.cpp 
b/modules/gui/qt4/components/open_panels.cpp
index 8a4766d..3f90eb7 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -555,6 +555,11 @@ void DiscOpenPanel::updateMRL()
         if( ui.titleSpin->value() > 0 )
             opts += QString(" :cdda-track=%1").arg( ui.titleSpin->value() );
     }
+    else if ( ui.bdRadioButton->isChecked() )
+    {
+        if ( ui.dvdsimple->isChecked() == false )
+            opts += " :bluray-menu";
+    }
     emit mrlUpdated( fileList, opts );
 }
 

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to