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

Unified Diff: ppapi/examples/video_decode/video_decode.cc

Issue 10824281: Defer OMX Flush() when no input buffers are available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
« no previous file with comments | « content/common/gpu/media/omx_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/examples/video_decode/video_decode.cc
diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc
index affea3cc25c0dee4d5035ccee64c68a07875f7b1..18c671ce75a544b6efc00af884cf543a432b5ae6 100644
--- a/ppapi/examples/video_decode/video_decode.cc
+++ b/ppapi/examples/video_decode/video_decode.cc
@@ -459,7 +459,7 @@ void VideoDecodeDemoInstance::PictureReady(PP_Resource decoder,
}
void VideoDecodeDemoInstance::NotifyError(PP_Resource decoder,
- PP_VideoDecodeError_Dev error) {
+ PP_VideoDecodeError_Dev error) {
LogError(this).s() << "Received error: " << error;
assert(!"Unexpected error; see stderr for details");
}
« no previous file with comments | « content/common/gpu/media/omx_video_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698