DescriptionUpdate jpeg writer to compile on iOS and document it better
Original implementation of jpeg writer didn't compile on iOS at all.
This required clients to exclude some code using defines, which leads to
more complicated code.
Now, instead, jpeg writer will compile but will do nothing on iOS. Clients'
code don't need any additional checks now.
BUG=none
Review-Url: https://codereview.webrtc.org/3004603002
Cr-Commit-Position: refs/heads/master@{#19558}
Committed: https://chromium.googlesource.com/external/webrtc/+/d986d768061f45a1d34ab8e97406ebcb6c15618a
Patch Set 1 #Patch Set 2 : remove private fields in declaration of a frame writer for iOS #Patch Set 3 : Fix CE #Patch Set 4 : rebase #Patch Set 5 : Remove IOS check from video_replay tool. #Patch Set 6 : Rename jpeg_frame_writer_dummy.cc to jpeg_frame_writer_ios.cc #
Messages
Total messages: 13 (6 generated)
|