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

Unified Diff: webrtc/modules/video_coding/codecs/test/stats.h

Issue 1371043003: Unify FrameType and VideoFrameType. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years, 2 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: webrtc/modules/video_coding/codecs/test/stats.h
diff --git a/webrtc/modules/video_coding/codecs/test/stats.h b/webrtc/modules/video_coding/codecs/test/stats.h
index 8dc8f159fef1f67f5ac596f5238ac51667a71284..83ba108bb7721f77aa1dfbf7a05c28b2dae11633 100644
--- a/webrtc/modules/video_coding/codecs/test/stats.h
+++ b/webrtc/modules/video_coding/codecs/test/stats.h
@@ -39,7 +39,7 @@ struct FrameStatistic {
// Copied from EncodedImage
size_t encoded_frame_length_in_bytes;
- webrtc::VideoFrameType frame_type;
+ webrtc::FrameType frame_type;
};
// Handles statistics from a single video processing run.

Powered by Google App Engine
This is Rietveld 408576698