提交 5a3bdc41 编写于 作者: J jp9000

Fix Obj-C property usage

...I really need to go through my Objective-C reading material
上级 24cf7005
......@@ -89,7 +89,7 @@ struct av_capture {
AVCaptureInputPort *port = capture->device_input.ports[0];
CMTime host_pts = CMSyncConvertTime(info.presentationTimeStamp,
port->clock, CMClockGetHostTimeClock());
port.clock, CMClockGetHostTimeClock());
frame->data[0] = addr;
frame->timestamp = host_pts.value;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册