Commit 42bcb6ac authored by Francois Cartegnie's avatar Francois Cartegnie

packetizer: hevc: enforce default to non I-Frame

If decode_slice fails, no flag is set and hevc
demux would skip that frame.
parent 482005d0
......@@ -344,6 +344,7 @@ static block_t *ParseVCL(decoder_t *p_dec, uint8_t i_nal_type, block_t *p_frag)
}
hevc_rbsp_release_slice_header( p_sli );
}
else p_frag->i_flags |= BLOCK_FLAG_TYPE_B;
}
break;
}
......
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