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

Unified Diff: media/filters/ffmpeg_video_decoder.h

Issue 10969028: Add video decoding methods in Decryptor and add DecryptingVideoDecoder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve comments Created 8 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
Index: media/filters/ffmpeg_video_decoder.h
diff --git a/media/filters/ffmpeg_video_decoder.h b/media/filters/ffmpeg_video_decoder.h
index 340864db5a8259d907a73ef8980b0d009b45ed98..292adf1091436ad3df0774dc5d63bac44d623128 100644
--- a/media/filters/ffmpeg_video_decoder.h
+++ b/media/filters/ffmpeg_video_decoder.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT FFmpegVideoDecoder : public VideoDecoder {
kUninitialized,
kNormal,
kFlushCodec,
- kDecodeFinished,
+ kDecodeFinished
};
// Carries out the reading operation scheduled by Read().

Powered by Google App Engine
This is Rietveld 408576698