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

Unified Diff: webrtc/base/bitbuffer.h

Issue 1314473008: H264 bitstream parser. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: win64 build warnings Created 5 years, 3 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 | webrtc/base/bitbuffer.cc » ('j') | webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/bitbuffer.h
diff --git a/webrtc/base/bitbuffer.h b/webrtc/base/bitbuffer.h
index 4f9ed3c3cdf214bf255c1a2216ab87ec6ace318d..35d69c01855aa0a3af42557927f2c765a43c9228 100644
--- a/webrtc/base/bitbuffer.h
+++ b/webrtc/base/bitbuffer.h
@@ -60,6 +60,7 @@ class BitBuffer {
// Returns false if there isn't enough data left for the specified type, or if
// the value wouldn't fit in a uint32_t.
bool ReadExponentialGolomb(uint32_t* val);
+ bool ReadSignedExponentialGolomb(int32_t* val);
noahric 2015/09/09 20:51:42 // Reads the signed exponential golomb encoded val
pbos-webrtc 2015/09/21 15:55:32 Moved comment here, done.
// Moves current position |byte_count| bytes forward. Returns false if
// there aren't enough bytes left in the buffer.
« no previous file with comments | « no previous file | webrtc/base/bitbuffer.cc » ('j') | webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698