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

Unified Diff: media/cast/net/rtp/framer.h

Issue 339743002: Cast: Make vp8 3-buffer mode work (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge, fix, cleanup, rince, repeat Created 6 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
Index: media/cast/net/rtp/framer.h
diff --git a/media/cast/net/rtp/framer.h b/media/cast/net/rtp/framer.h
index cf70ef191e214ed7b9dec95dd8cb194ba90f8ca3..b80cfb775c0941096cba0d4d2863d72b7160a840 100644
--- a/media/cast/net/rtp/framer.h
+++ b/media/cast/net/rtp/framer.h
@@ -49,6 +49,9 @@ class Framer {
bool* next_frame,
bool* have_multiple_complete_frames);
+ // TODO(hubbe): Move this elsewhere.
Alpha Left Google 2014/08/25 23:23:44 This comment doesn't add much value. Please give m
hubbe 2014/08/27 04:14:03 Done.
+ void AckFrame(uint32 frame_id);
+
void ReleaseFrame(uint32 frame_id);
// Reset framer state to original state and flush all pending buffers.

Powered by Google App Engine
This is Rietveld 408576698