Skip to content

Commit

Permalink
Fixed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed May 19, 2021
1 parent b3f3f17 commit f22ab0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postprocessing/pp-h265.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ int janus_pp_h265_preprocess(FILE *file, janus_pp_frame_packet *list) {
break;
case 34:
JANUS_LOG(LOG_HUGE, "[PPS] %u/%u/%u/%u\n", fbit, type, lid, tid);
break;
default:
break;
}
Expand Down

0 comments on commit f22ab0d

Please sign in to comment.