Commit ff6d03f0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avparser: Fix typo and remove trailing spaces

(cherry picked from commit a56bd7ec491831228cb469af0e30c5f6d4735413)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent faf90e03
......@@ -178,7 +178,7 @@ static block_t *Packetize ( decoder_t *p_dec, block_t **pp_block )
out:
p_sys->i_offset = 0;
block_Release( *pp_block );
*pp_block == NULL;
*pp_block = 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