Commit af4fab95 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

zvbi: dead code

parent 2708cd95
...@@ -479,12 +479,6 @@ exit: ...@@ -479,12 +479,6 @@ exit:
error: error:
vbi_unref_page( &p_page ); vbi_unref_page( &p_page );
if( p_spu != NULL )
{
decoder_DeleteSubpicture( p_dec, p_spu );
p_spu = NULL;
}
block_Release( p_block ); block_Release( p_block );
return NULL; return NULL;
} }
......
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