Commit b5623adc authored by Francois Cartegnie's avatar Francois Cartegnie

packetizer: h264: fix sps/pps chaining with AU prefix

regression introduced by 1d9cfa88
parent dcfa9180
......@@ -592,6 +592,7 @@ static block_t *OutputPicture( decoder_t *p_dec )
p_sys->p_frame = p_sys->p_frame->p_next;
if( p_sys->p_frame == NULL )
p_sys->pp_frame_last = &p_sys->p_frame;
p_head->p_next = NULL;
}
block_t *p_list = 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