diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:39:24 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:39:24 +0000 |
commit | d80f435bd02dcee36cab06b17a5a61779c9b70ac (patch) | |
tree | 8d2caf71e1506bfc042c7b942cc60d0a4665173d /media | |
parent | cdba6c08d250d9087955e1bea0206941937ae99d (diff) | |
download | chromium_src-d80f435bd02dcee36cab06b17a5a61779c9b70ac.zip chromium_src-d80f435bd02dcee36cab06b17a5a61779c9b70ac.tar.gz chromium_src-d80f435bd02dcee36cab06b17a5a61779c9b70ac.tar.bz2 |
Remove obsolete comment in DecryptingVideoDecoder.
TBR=ddorwin@chromium.org
Review URL: https://codereview.chromium.org/14402017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195544 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media')
-rw-r--r-- | media/filters/decrypting_video_decoder.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/media/filters/decrypting_video_decoder.h b/media/filters/decrypting_video_decoder.h index eeb4210..eb6923f 100644 --- a/media/filters/decrypting_video_decoder.h +++ b/media/filters/decrypting_video_decoder.h @@ -24,11 +24,6 @@ class Decryptor; // encrypted video buffers and return decrypted and decompressed video frames. // All public APIs and callbacks are trampolined to the |message_loop_| so // that no locks are required for thread safety. -// -// TODO(xhwang): For now, DecryptingVideoDecoder relies on the decryptor to do -// both decryption and video decoding. Add the path to use the decryptor for -// decryption only and use other VideoDecoder implementations within -// DecryptingVideoDecoder for video decoding. class MEDIA_EXPORT DecryptingVideoDecoder : public VideoDecoder { public: DecryptingVideoDecoder( |