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

Unified Diff: media/base/audio_decoder_config.h

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move opus support behind a flag, and add canPlayType support. Created 8 years 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: media/base/audio_decoder_config.h
diff --git a/media/base/audio_decoder_config.h b/media/base/audio_decoder_config.h
index ce62eb85a1f6389d3fdac77866eeba19200e1279..df3bed278494548504006de229fba7a125ceebdf 100644
--- a/media/base/audio_decoder_config.h
+++ b/media/base/audio_decoder_config.h
@@ -21,6 +21,7 @@ enum AudioCodec {
kCodecMP3,
kCodecPCM,
kCodecVorbis,
+ kCodecOpus,
xhwang 2012/12/13 08:33:13 I am not sure if this is okay given the comments i
fgalligan1 2012/12/13 22:30:14 I think you are right. I think this needs to go af
Tom Finegan 2012/12/13 23:20:00 Heh. I should have actually read the comments in h
// ChromiumOS and ChromeOS specific codecs.
kCodecFLAC,
// ChromeOS specific codecs.

Powered by Google App Engine
This is Rietveld 408576698