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

Unified Diff: media/cast/video_receiver/codecs/vp8/vp8_decoder.h

Issue 82593005: Cast: Switching recevier to use media::VideoFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Responding to review(scherkus) Created 7 years, 1 month 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/cast/video_receiver/codecs/vp8/vp8_decoder.h
diff --git a/media/cast/video_receiver/codecs/vp8/vp8_decoder.h b/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
index 511ad37ec961ae9e80a19d33c63b3726dd906b96..bbb0bf6927710de76e6f6c70beebc314c2954439 100644
--- a/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
+++ b/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
@@ -14,6 +14,7 @@
typedef struct vpx_codec_ctx vpx_dec_ctx_t;
+// TODO(mikhal): Look into reusing VpxVideoDecoder.
namespace media {
namespace cast {

Powered by Google App Engine
This is Rietveld 408576698