Commit 89d74241 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Vobsub: better debug message

parent 6f2e9c48
...@@ -558,7 +558,7 @@ static int ParseVobSubIDX( demux_t *p_demux ) ...@@ -558,7 +558,7 @@ static int ParseVobSubIDX( demux_t *p_demux )
} }
current_tk->p_es = es_out_Add( p_demux->out, &fmt ); current_tk->p_es = es_out_Add( p_demux->out, &fmt );
msg_Dbg( p_demux, "new vobsub track detected" ); msg_Dbg( p_demux, "New vobsub track detected: %i [%s]", i_track_id, language );
} }
else if( !strncmp( line, "timestamp:", 10 ) ) else if( !strncmp( line, "timestamp:", 10 ) )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment