[vlc-devel] commit: cdda: Fix issue with pausing of CDDA (Derk-Jan Hartman )

git version control git at videolan.org
Wed Sep 24 17:07:51 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Wed Sep 24 17:10:26 2008 +0200| [4be4d65897e69c6c14c48874720b6e555405ff00] | committer: Derk-Jan Hartman 

cdda: Fix issue with pausing of CDDA

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

 modules/access/cdda.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/access/cdda.c b/modules/access/cdda.c
index 6d8602c..9f09682 100644
--- a/modules/access/cdda.c
+++ b/modules/access/cdda.c
@@ -383,6 +383,8 @@ static int Control( access_t *p_access, int i_query, va_list args )
             break;
 
         case ACCESS_SET_PAUSE_STATE:
+            break;
+
         case ACCESS_GET_TITLE_INFO:
         case ACCESS_SET_TITLE:
         case ACCESS_GET_META:




More information about the vlc-devel mailing list