Skip to content

Commit

Permalink
try and fix x20
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 19, 2024
1 parent ed9e09b commit 7c2d0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_x20_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ static int check_for_x20(const uint8_t* data, int data_len){
return 2;
}
}else if(type==NALUnitType::H264::NAL_UNIT_TYPE_PPS){
printf("Got PPS\n");
//printf("Got PPS\n");
//print_data(data,data_len);
if(data_len==sizeof(X20_PPS) && memcmp(data,&X20_PPS,data_len)==0){
printf("X20 PPS\n");
Expand Down

0 comments on commit 7c2d0ae

Please sign in to comment.