Skip to content

Commit

Permalink
Remove unneeded log line
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Nov 14, 2023
1 parent 6554956 commit 77e4ce3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/postprocessing/pp-h265.c
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@ int janus_pp_h265_process(FILE *file, janus_pp_frame_packet *list, int *working)
/* Skip the FU header */
buffer += 3;
len -= 3;
} else {
JANUS_LOG(LOG_HUGE, "unhandled nalu type: %d\n", type);
}
/* Frame manipulation */
memcpy(received_frame + frameLen, buffer, len);
Expand Down

0 comments on commit 77e4ce3

Please sign in to comment.