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

Unified Diff: ppapi/c/pp_codecs.h

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 | « ppapi/api/pp_codecs.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_codecs.h
diff --git a/ppapi/c/pp_codecs.h b/ppapi/c/pp_codecs.h
index e8977998d36d2b27bdf399d9cb3a3047680871fa..10d72d0d9020cd17d28bc92e1147c91cd885b588 100644
--- a/ppapi/c/pp_codecs.h
+++ b/ppapi/c/pp_codecs.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From pp_codecs.idl modified Thu May 21 15:11:01 2015. */
+/* From pp_codecs.idl modified Fri Sep 18 10:42:55 2015. */
#ifndef PPAPI_C_PP_CODECS_H_
#define PPAPI_C_PP_CODECS_H_
@@ -47,8 +47,7 @@ typedef enum {
*/
typedef enum {
PP_AUDIOPROFILE_OPUS = 0,
- PP_AUDIOPROFILE_SPEEX = 1,
- PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_SPEEX
+ PP_AUDIOPROFILE_MAX = PP_AUDIOPROFILE_OPUS
} PP_AudioProfile;
/**
« no previous file with comments | « ppapi/api/pp_codecs.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698