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

Unified Diff: webrtc/common_types.h

Issue 1882733006: Delete I420 encoder and decoder. Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Delete i420 directory from PRESUBMIT.py. Created 4 years, 8 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
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index e171e1bd8af52e7336f0447d3bac3fadf03a2719..e56e4f4aac583b818be0eeae9ad0c3ae13b7b840 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -631,6 +631,8 @@ enum VideoCodecType {
kVideoCodecVP8,
kVideoCodecVP9,
kVideoCodecH264,
+ // TODO(nisse): kVideoCodecI420 is unused in webrtc, but used in
+ // Chrome tests. Delete after Chrome is updated.
kVideoCodecI420,
kVideoCodecRED,
kVideoCodecULPFEC,
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698