Skip to content
Snippets Groups Projects
Commit 42bcb6ac authored by François Cartegnie's avatar François Cartegnie :fingers_crossed:
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment