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

packetizer: h264: profile/level are max 1 byte

parent 1e4467ce
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ void h264_release_pps( h264_picture_parameter_set_t * );
struct h264_sequence_parameter_set_t
{
int i_id;
int i_profile, i_level;
uint8_t i_profile, i_level;
uint8_t i_constraint_set_flags;
/* according to avcC, 3 bits max for those */
uint8_t i_chroma_idc;
......
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