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

Unified Diff: content/common/gpu/media/vaapi_h264_decoder.h

Issue 10833006: Coverity: Initialize member variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: content/common/gpu/media/vaapi_h264_decoder.h
diff --git a/content/common/gpu/media/vaapi_h264_decoder.h b/content/common/gpu/media/vaapi_h264_decoder.h
index 3d73abf397945cbf98b5242ea09dd1588ebcced8..a2f6ab087db7425160ba1885c14e520e6c707701 100644
--- a/content/common/gpu/media/vaapi_h264_decoder.h
+++ b/content/common/gpu/media/vaapi_h264_decoder.h
@@ -274,7 +274,7 @@ class VaapiH264Decoder {
int pic_width_;
int pic_height_;
- // Data queued up for HW decoder, to be commited on next HW decode.
+ // Data queued up for HW decoder, to be committed on next HW decode.
std::queue<VABufferID> pending_slice_bufs_;
std::queue<VABufferID> pending_va_bufs_;
« no previous file with comments | « content/browser/gamepad/platform_data_fetcher_win.cc ('k') | content/common/gpu/media/vaapi_h264_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698