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

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

Issue 10782019: Unbreak video_decode_accelerator_unittest by restoring HasMoreRBSPData(). (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
« no previous file with comments | « no previous file | content/common/gpu/media/h264_bit_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/media/h264_bit_reader.h
diff --git a/content/common/gpu/media/h264_bit_reader.h b/content/common/gpu/media/h264_bit_reader.h
index 652c869a5dd341be17406bb2a66a193b7dcd7a37..2dcc01e54105cee0b033ea7efb569eb880551b58 100644
--- a/content/common/gpu/media/h264_bit_reader.h
+++ b/content/common/gpu/media/h264_bit_reader.h
@@ -19,6 +19,9 @@ class H264BitReader : public media::BitReader {
H264BitReader();
virtual ~H264BitReader();
+ // See the definition of more_rbsp_data() in spec.
+ bool HasMoreRBSPData();
+
private:
// This function handles the H.264 escape sequence and stop bit.
virtual void UpdateCurrByte() OVERRIDE;
« no previous file with comments | « no previous file | content/common/gpu/media/h264_bit_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698