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

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

Issue 1899363002: Finish plumbing MojoVideoDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and strip down. Created 4 years, 8 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
Index: media/mojo/interfaces/audio_decoder.mojom
diff --git a/media/mojo/interfaces/audio_decoder.mojom b/media/mojo/interfaces/audio_decoder.mojom
index 544945cf3a721d7bb18edddcab4ef9d0fd5a8858..5994a0adaed5accfa129b8161e856a9ec2fa9e0f 100644
--- a/media/mojo/interfaces/audio_decoder.mojom
+++ b/media/mojo/interfaces/audio_decoder.mojom
@@ -7,13 +7,6 @@ module media.interfaces;
import "media/mojo/interfaces/media_types.mojom";
interface AudioDecoder {
- // Status of a decode operation. See media::AudioDecoder for description.
- enum DecodeStatus {
- OK, // We're all good.
- ABORTED, // We aborted as a result of Reset() or destruction.
- DECODE_ERROR, // A decoding error occurred.
- };
-
// Initializes the AudioDecoder with the audio codec configuration and CDM id.
// For the unencrypted streams the |cdm_id| is ignored. Executed the callback
// with whether the initialization succeeded, and whether the pipeline needs

Powered by Google App Engine
This is Rietveld 408576698