aboutsummaryrefslogtreecommitdiff
path: root/modules/video_coding/codecs/h264/h264.cc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_coding/codecs/h264/h264.cc')
-rw-r--r--modules/video_coding/codecs/h264/h264.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/video_coding/codecs/h264/h264.cc b/modules/video_coding/codecs/h264/h264.cc
index 016d0aa538..14e1691153 100644
--- a/modules/video_coding/codecs/h264/h264.cc
+++ b/modules/video_coding/codecs/h264/h264.cc
@@ -17,6 +17,7 @@
#include "absl/types/optional.h"
#include "api/video_codecs/sdp_video_format.h"
#include "media/base/media_constants.h"
+#include "rtc_base/trace_event.h"
#if defined(WEBRTC_USE_H264)
#include "modules/video_coding/codecs/h264/h264_decoder_impl.h"
@@ -65,6 +66,7 @@ void DisableRtcUseH264() {
}
std::vector<SdpVideoFormat> SupportedH264Codecs() {
+ TRACE_EVENT0("webrtc", __func__);
if (!IsH264CodecSupported())
return std::vector<SdpVideoFormat>();
// We only support encoding Constrained Baseline Profile (CBP), but the