From f6beb6249ab060d7dc5aaa2cd0ff2c70f122f803 Mon Sep 17 00:00:00 2001 From: Qiu Jianlin Date: Wed, 4 Sep 2019 15:15:56 -0700 Subject: [PATCH] Add a mixing case for hevc in histogram --- video/send_statistics_proxy.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/video/send_statistics_proxy.cc b/video/send_statistics_proxy.cc index 4d0e41d7b2f..7159c4c8fc0 100644 --- a/video/send_statistics_proxy.cc +++ b/video/send_statistics_proxy.cc @@ -74,6 +74,7 @@ HistogramCodecType PayloadNameToHistogramCodecType( case kVideoCodecH264: return kVideoH264; #ifndef DISABLE_H265 + case kVideoCodecH265: return kVideoH265; #endif default: