Commit b725ca4a authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* packetizer h264: Donwq't gather the block chain when resending the headers....

* packetizer h264: Donwq't gather the block chain when resending the headers. Only insert the blocks
parent a91a6abc
......@@ -502,7 +502,7 @@ static block_t *ParseNALBlock( decoder_t *p_dec, block_t *p_frag )
p_sps->i_pts = p_pps->i_pts = p_pic->i_pts; \
block_ChainAppend( &p_sps, p_pps ); \
block_ChainAppend( &p_sps, p_pic ); \
p_pic = block_ChainGather( p_sps ); \
p_pic = p_sps; \
p_sys->b_header = VLC_TRUE; \
} \
} while(0)
......
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