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

Unified Diff: media/base/media_switches.h

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make Opus sample size handling more compatible with pending ffmpeg_common changes. 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/media_switches.h
diff --git a/media/base/media_switches.h b/media/base/media_switches.h
index 25e87af42d54352d930171025fee20b53d1a1534..6a913b81e5205e6900d51524b2ce6b6c3ef63ee1 100644
--- a/media/base/media_switches.h
+++ b/media/base/media_switches.h
@@ -49,6 +49,8 @@ MEDIA_EXPORT extern const char kVideoThreads[];
MEDIA_EXPORT extern const char kEnableEncryptedMedia[];
+MEDIA_EXPORT extern const char kEnableOpusPlayback[];
+
} // namespace switches
#endif // MEDIA_BASE_MEDIA_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698