0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

Fix Obj-C property usage

...I really need to go through my Objective-C reading material
This commit is contained in:
jp9000 2014-04-29 02:33:08 -07:00
parent 24cf70053e
commit 5a3bdc413d

View File

@ -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;