Commit c0ac271e authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

Fix previous commit.

parent 6f50b2ed
......@@ -27,6 +27,7 @@
#import "VLCVideoView.h"
#import "VLCVideoLayer.h"
#import "VLCTime.h"
#import "VLCAudio.h"
/* Notification Messages */
extern NSString * VLCMediaPlayerTimeChanged;
......
......@@ -238,7 +238,7 @@ static void HandleMediaInstanceStateChanged(const libvlc_event_t * event, void *
- (VLCAudio *)audio
{
return [VLCLibrary audio];
return [[VLCLibrary sharedLibrary] audio];
}
- (void)setVideoAspectRatio:(char *)value
......
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