Index: webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc |
diff --git a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc |
index caca96d3d81489e08c97a116fc893c12a26a5b9f..322c213f7b368435e6d79fa6cc8a639bac8a97d3 100644 |
--- a/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc |
+++ b/webrtc/modules/video_coding/codecs/h264/h264_video_toolbox_nalu.cc |
@@ -154,11 +154,10 @@ bool H264CMSampleBufferToAnnexBBuffer( |
return true; |
} |
-bool H264AnnexBBufferToCMSampleBuffer( |
- const uint8_t* annexb_buffer, |
- size_t annexb_buffer_size, |
- CMVideoFormatDescriptionRef video_format, |
- CMSampleBufferRef* out_sample_buffer) { |
+bool H264AnnexBBufferToCMSampleBuffer(const uint8_t* annexb_buffer, |
+ size_t annexb_buffer_size, |
+ CMVideoFormatDescriptionRef video_format, |
+ CMSampleBufferRef* out_sample_buffer) { |
RTC_DCHECK(annexb_buffer); |
RTC_DCHECK(out_sample_buffer); |
*out_sample_buffer = nullptr; |