Commit 68cf50be authored by Rafaël Carré's avatar Rafaël Carré

avcodec audio decoder: update block pointer

fixes ed616a22
parent 48e8e56e
......@@ -264,7 +264,6 @@ aout_buffer_t * DecodeAudio ( decoder_t *p_dec, block_t **pp_block )
if( !pp_block || !*pp_block ) return NULL;
block_t *p_block = *pp_block;
pp_block = NULL;
if( !p_sys->p_context->extradata_size && p_dec->fmt_in.i_extra &&
p_sys->b_delayed_open)
......
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