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

Unified Diff: media/filters/vpx_video_decoder.h

Issue 1520313002: Don't assume correct image format in CopyVpxImageToVideoFrame() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | media/filters/vpx_video_decoder.cc » ('j') | media/filters/vpx_video_decoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/vpx_video_decoder.h
diff --git a/media/filters/vpx_video_decoder.h b/media/filters/vpx_video_decoder.h
index 1938dcade3e78e0a92b7427d1683e2c15d394c14..73dd3de637ccb88dd20588388e219b46e22282fc 100644
--- a/media/filters/vpx_video_decoder.h
+++ b/media/filters/vpx_video_decoder.h
@@ -66,7 +66,7 @@ class MEDIA_EXPORT VpxVideoDecoder : public VideoDecoder {
bool VpxDecode(const scoped_refptr<DecoderBuffer>& buffer,
scoped_refptr<VideoFrame>* video_frame);
- void CopyVpxImageToVideoFrame(const struct vpx_image* vpx_image,
+ bool CopyVpxImageToVideoFrame(const struct vpx_image* vpx_image,
scoped_refptr<VideoFrame>* video_frame);
base::ThreadChecker thread_checker_;
« no previous file with comments | « no previous file | media/filters/vpx_video_decoder.cc » ('j') | media/filters/vpx_video_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698