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

Unified Diff: webrtc/video/video_receive_stream.h

Issue 1853813002: Add support for writing raw encoder output to .ivf files. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 4 years, 8 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 | « webrtc/modules/video_coding/video_sender.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index 3aca570f99e9d3a96d19a0abc2f56f547029cd44..d507a9b4e645a3c697eae00310a50b467f942a38 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -31,6 +31,7 @@ namespace webrtc {
class CallStats;
class CongestionController;
+class IvfFileWriter;
class ProcessThread;
class VoiceEngine;
class VieRemb;
@@ -110,6 +111,8 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
ViEReceiver* const vie_receiver_;
ViESyncModule vie_sync_;
RtpRtcp* const rtp_rtcp_;
+
+ std::unique_ptr<IvfFileWriter> ivf_writer_;
};
} // namespace internal
} // namespace webrtc
« no previous file with comments | « webrtc/modules/video_coding/video_sender.cc ('k') | webrtc/video/video_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698