Commit 582377a8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

input: remove unused variables

parent b9eab800
......@@ -930,11 +930,8 @@ static int AStreamSeekBlock( stream_t *s, uint64_t i_pos )
if( b_seek )
{
int64_t i_start, i_end;
/* Do the access seek */
i_start = mdate();
if( ASeek( s, i_pos ) ) return VLC_EGENERIC;
i_end = mdate();
/* Release data */
block_ChainRelease( p_sys->block.p_first );
......
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