Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1229)

Unified Diff: content/renderer/media/rtc_video_decoder.h

Issue 2093823002: Consider non-keyframes for RTCVideoEncoder error counter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/rtc_video_decoder.h
diff --git a/content/renderer/media/rtc_video_decoder.h b/content/renderer/media/rtc_video_decoder.h
index a9f8872925197332132b204a9cbf3efc70121f1e..6ef1dfd03fb88e5a57776e9796445fdb4d1126b6 100644
--- a/content/renderer/media/rtc_video_decoder.h
+++ b/content/renderer/media/rtc_video_decoder.h
@@ -202,7 +202,7 @@ class CONTENT_EXPORT RTCVideoDecoder
void ClearPendingBuffers();
// Resets |vda_error_counter_| after a successfull run of decode.
- void TryResetVDAErrorCounter_Locked();
+ void TryResetVDAErrorCounter();
enum State {
UNINITIALIZED, // The decoder has not initialized.
« no previous file with comments | « no previous file | content/renderer/media/rtc_video_decoder.cc » ('j') | content/renderer/media/rtc_video_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698