Commit 1491773b authored by Francois Cartegnie's avatar Francois Cartegnie

demux: avi: add position on resync debug message

parent af927e5e
...@@ -1374,7 +1374,7 @@ static int Demux_UnSeekable( demux_t *p_demux ) ...@@ -1374,7 +1374,7 @@ static int Demux_UnSeekable( demux_t *p_demux )
return( 0 ); /* eof */ return( 0 ); /* eof */
default: default:
msg_Warn( p_demux, msg_Warn( p_demux,
"seems to have lost position, resync" ); "seems to have lost position @%ld, resync", stream_Tell(p_demux->s) );
if( AVI_PacketSearch( p_demux ) ) if( AVI_PacketSearch( p_demux ) )
{ {
msg_Err( p_demux, "resync failed" ); msg_Err( p_demux, "resync failed" );
......
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