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

Unified Diff: webrtc/video/replay.cc

Issue 3004603002: Update jpeg writer to compile on iOS and document it better (Closed)
Patch Set: Rename jpeg_frame_writer_dummy.cc to jpeg_frame_writer_ios.cc Created 3 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 | « webrtc/test/testsupport/jpeg_frame_writer_ios.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/replay.cc
diff --git a/webrtc/video/replay.cc b/webrtc/video/replay.cc
index ed33a2892c1e678c23ec6a4427dbc8862b4db7fc..e23ff2920fae4c3e49e44a6a99dd8a367cdcc36c 100644
--- a/webrtc/video/replay.cc
+++ b/webrtc/video/replay.cc
@@ -178,10 +178,8 @@ class FileRenderPassthrough : public rtc::VideoSinkInterface<VideoFrame> {
filename << basename_ << count_++ << "_" << video_frame.timestamp()
<< ".jpg";
-#if !defined(WEBRTC_IOS)
test::JpegFrameWriter frame_writer(filename.str());
RTC_CHECK(frame_writer.WriteFrame(video_frame, 100));
-#endif
}
const std::string basename_;
« no previous file with comments | « webrtc/test/testsupport/jpeg_frame_writer_ios.cc ('k') | webrtc/video/video_quality_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698