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

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 1422113002: Enable pcm_s32le audio decoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: DEPS roll Created 5 years, 1 month 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_audio_decoder.cc ('k') | media/test/data/sfx_s32le.wav » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/media_types.mojom
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
index a16203ed551f90fd35c85c46a167c7faa7cacff7..74f5383a74b1a86853cd075e7a8a2a7e28568b4f 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -86,7 +86,8 @@ enum SampleFormat {
PlanarS16,
PlanarF32,
PlanarS32,
- Max = PlanarS32,
+ S24,
+ Max = S24,
};
// See media/base/video_types.h for descriptions.
« no previous file with comments | « media/filters/ffmpeg_audio_decoder.cc ('k') | media/test/data/sfx_s32le.wav » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698