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

Unified Diff: media/filters/video_decode_engine.h

Issue 3189013: Add VP8 codec enum to video decoder. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 4 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 | « media/filters/ffmpeg_video_decoder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/video_decode_engine.h
diff --git a/media/filters/video_decode_engine.h b/media/filters/video_decode_engine.h
index 96872def4fd171986fd46d57bee6fe3d60cbd5a2..3098fe12ee790c6d1921536aa5d4e15885cc47a3 100644
--- a/media/filters/video_decode_engine.h
+++ b/media/filters/video_decode_engine.h
@@ -19,6 +19,7 @@ enum VideoCodec {
kCodecMPEG2,
kCodecMPEG4,
kCodecTheora,
+ kCodecVP8,
};
static const uint32 kProfileDoNotCare = static_cast<uint32>(-1);
« no previous file with comments | « media/filters/ffmpeg_video_decoder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698