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

Unified Diff: webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h

Issue 11260007: Add FFmpeg audio decoder for the clear key CDM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add TODO. Created 8 years, 2 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: webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h
diff --git a/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h b/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h
index 7fcfcb5603c473969f87b9ed35c2d21b037e129c..a835673cbf00b2fbd8cdf2700344a433879d2df6 100644
--- a/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h
+++ b/webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.h
@@ -16,7 +16,7 @@ namespace webkit_media {
class FFmpegCdmVideoDecoder {
public:
- FFmpegCdmVideoDecoder(cdm::Allocator* allocator);
+ explicit FFmpegCdmVideoDecoder(cdm::Allocator* allocator);
~FFmpegCdmVideoDecoder();
bool Initialize(const cdm::VideoDecoderConfig& config);
void Deinitialize();
« no previous file with comments | « webkit/media/crypto/ppapi/ffmpeg_cdm_audio_decoder.cc ('k') | webkit/media/crypto/ppapi/ffmpeg_cdm_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698