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

Avparser: Fix typo and remove trailing spaces

parent a0be840a
...@@ -182,7 +182,7 @@ static block_t *Packetize ( decoder_t *p_dec, block_t **pp_block ) ...@@ -182,7 +182,7 @@ static block_t *Packetize ( decoder_t *p_dec, block_t **pp_block )
out: out:
p_sys->i_offset = 0; p_sys->i_offset = 0;
block_Release( *pp_block ); block_Release( *pp_block );
*pp_block == NULL; *pp_block = NULL;
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