[vlc-devel] commit: Qt4: return NULL on getAout if no input (Ilkka Ollakka )

git version control git at videolan.org
Mon Jan 19 17:22:21 CET 2009


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Mon Jan 19 18:21:36 2009 +0200| [9467836a86891571073661b073655e5976a50e08] | committer: Ilkka Ollakka 

Qt4: return NULL on getAout if no input

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

 modules/gui/qt4/input_manager.hpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/input_manager.hpp b/modules/gui/qt4/input_manager.hpp
index 90fa02a..d8df234 100644
--- a/modules/gui/qt4/input_manager.hpp
+++ b/modules/gui/qt4/input_manager.hpp
@@ -228,6 +228,7 @@ public:
         {
             return p_aout;
         }
+        return NULL;
     }
 private:
     MainInputManager( intf_thread_t * );




More information about the vlc-devel mailing list