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

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

Issue 10749019: VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadSafe. (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/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.
Ami GONE FROM CHROMIUM 2012/07/16 21:07:53 Ignore changes in h264_bit_reader.{h,cc} and h264_
+ bool HasMoreRBSPData();
+
private:
// This function handles the H.264 escape sequence and stop bit.
virtual void UpdateCurrByte() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698