[vlc-commits] demux: es: remove unwanted debug
Francois Cartegnie
git at videolan.org
Fri Sep 16 10:45:27 CEST 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Sep 16 10:42:52 2016 +0200| [108e15f5a2042ba7e9596b7c0048e534f747c048] | committer: Francois Cartegnie
demux: es: remove unwanted debug
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=108e15f5a2042ba7e9596b7c0048e534f747c048
---
modules/demux/mpeg/es.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/mpeg/es.c b/modules/demux/mpeg/es.c
index e41cb55..3cf91af 100644
--- a/modules/demux/mpeg/es.c
+++ b/modules/demux/mpeg/es.c
@@ -887,7 +887,6 @@ static int ID3TAG_Parse_Handler( uint32_t i_tag, const uint8_t *p_payload, size_
demux_t *p_demux = (demux_t *) p_priv;
demux_sys_t *p_sys = p_demux->p_sys;
- msg_Err( p_demux, "Callback %4.4s", (char*) &i_tag);
if( i_tag == VLC_FOURCC('M', 'L', 'L', 'T') )
{
if( i_payload > 20 )
More information about the vlc-commits
mailing list