[vlc-commits] AVCapture: use automatic property synthesis

Felix Paul Kühne git at videolan.org
Wed Jul 15 16:57:00 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | 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
 
- at synthesize videoDimensions;
-
 - (id)initWithDemux:(demux_t *)p_demux
 {
     if (self = [super init])



More information about the vlc-commits mailing list