vlc | branch: master | Felix Paul Kühne <[email protected]> | Wed Jul 15 16:55:55 2015 +0200| [9632dfbbecdf986d577bda34a77560caf45df904] | committer: Felix Paul Kühne
AVCapture: use automatic property synthesis > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9632dfbbecdf986d577bda34a77560caf45df904 --- modules/access/avcapture.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/access/avcapture.m b/modules/access/avcapture.m index 1e2a681..4378483 100644 --- a/modules/access/avcapture.m +++ b/modules/access/avcapture.m @@ -93,8 +93,6 @@ vlc_module_end () @implementation VLCAVDecompressedVideoOutput : AVCaptureVideoDataOutput -@synthesize videoDimensions; - - (id)initWithDemux:(demux_t *)p_demux { if (self = [super init]) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
