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

MPEG mux: do not hide bugs in debug builds!

parent 976c7dd2
......@@ -387,10 +387,6 @@ int EStoPES ( sout_instance_t *p_sout, block_t **pp_pes, block_t *p_es,
*pp_pes = p_pes = NULL;
#ifndef NDEBUG
memset( header, 0, 50 );
#endif
do
{
i_pes_payload = __MIN( i_size, i_max_pes_size );
......
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