[vlc-commits] demux: vobsub: remove unknown control logspam

Francois Cartegnie git at videolan.org
Tue Oct 8 19:15:03 CEST 2019


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Oct  8 13:48:48 2019 +0200| [86f15667f1e0ff9a0afc38b5ea68c9df00807954] | committer: Francois Cartegnie

demux: vobsub: remove unknown control logspam

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

 modules/demux/vobsub.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/vobsub.c b/modules/demux/vobsub.c
index 2f297843e0..597384790d 100644
--- a/modules/demux/vobsub.c
+++ b/modules/demux/vobsub.c
@@ -329,7 +329,6 @@ static int Control( demux_t *p_demux, int i_query, va_list args )
             return VLC_EGENERIC;
 
         default:
-            msg_Warn( p_demux, "unknown query in subtitle control" );
             return VLC_EGENERIC;
     }
 }



More information about the vlc-commits mailing list