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

Unified Diff: media/base/video_decoder.h

Issue 141243003: Add AudioBufferStream. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@decoderstream_rebased
Patch Set: Created 6 years, 10 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/base/video_decoder.h
diff --git a/media/base/video_decoder.h b/media/base/video_decoder.h
index 66abc8c85c16f90994436985486e4eae69f5f11c..edea9b6c6a0207828f2bd0eb79299d6af7b1e0b2 100644
--- a/media/base/video_decoder.h
+++ b/media/base/video_decoder.h
@@ -20,6 +20,8 @@ class VideoFrame;
class MEDIA_EXPORT VideoDecoder {
public:
// Status codes for decode operations on VideoDecoder.
+ // TODO(rileya): Now that both AudioDecoder and VideoDecoder Status enums
xhwang 2014/02/27 19:52:28 double space after "that"
+ // match, break them into a decoder_status.h.
enum Status {
kOk, // Everything went as planned.
kAborted, // Decode was aborted as a result of Reset() being called.

Powered by Google App Engine
This is Rietveld 408576698