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

Unified Diff: ppapi/api/pp_codecs.idl

Issue 1351323002: ppapi: AudioEncode: drop Speex codec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | ppapi/c/pp_codecs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_codecs.idl
diff --git a/ppapi/api/pp_codecs.idl b/ppapi/api/pp_codecs.idl
index 2bf47afaaf99ec2dfae84e28364d3ac2af075b5c..8699ec9853d9f9bf55555e16f6c3827493405801 100644
--- a/ppapi/api/pp_codecs.idl
+++ b/ppapi/api/pp_codecs.idl
@@ -28,8 +28,7 @@ enum PP_VideoProfile {
*/
enum PP_AudioProfile {
PP_AUDIOPROFILE_OPUS = 0,
- PP_AUDIOPROFILE_SPEEX = 1,
- PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_SPEEX
+ PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_OPUS
};
/**
« no previous file with comments | « no previous file | ppapi/c/pp_codecs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698