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

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: comments addressed, but I am going to do more testing.. 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
« no previous file with comments | « no previous file | media/cast/net/rtp/framer.cc » ('j') | media/cast/sender/vp8_encoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ void AckFrame(uint32 frame_id);
+
void ReleaseFrame(uint32 frame_id);
// Reset framer state to original state and flush all pending buffers.
« no previous file with comments | « no previous file | media/cast/net/rtp/framer.cc » ('j') | media/cast/sender/vp8_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698