From f22ab0dc8c25d70296fe5add2c4c0a05dbc578c4 Mon Sep 17 00:00:00 2001 From: Lorenzo Miniero Date: Wed, 19 May 2021 12:03:32 +0200 Subject: [PATCH] Fixed warning --- postprocessing/pp-h265.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postprocessing/pp-h265.c b/postprocessing/pp-h265.c index befcda13a8..464949b042 100644 --- a/postprocessing/pp-h265.c +++ b/postprocessing/pp-h265.c @@ -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; }