Commit 9632dfbb authored by Felix Paul Kühne's avatar Felix Paul Kühne

AVCapture: use automatic property synthesis

parent e352c95b
...@@ -93,8 +93,6 @@ vlc_module_end () ...@@ -93,8 +93,6 @@ vlc_module_end ()
@implementation VLCAVDecompressedVideoOutput : AVCaptureVideoDataOutput @implementation VLCAVDecompressedVideoOutput : AVCaptureVideoDataOutput
@synthesize videoDimensions;
- (id)initWithDemux:(demux_t *)p_demux - (id)initWithDemux:(demux_t *)p_demux
{ {
if (self = [super init]) if (self = [super init])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment