summaryrefslogtreecommitdiff
path: root/src/3rdparty/libvlc
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libvlc')
-rw-r--r--src/3rdparty/libvlc/vlc.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/libvlc/vlc.pas b/src/3rdparty/libvlc/vlc.pas
index 0f82b9c0..4b1ca563 100644
--- a/src/3rdparty/libvlc/vlc.pas
+++ b/src/3rdparty/libvlc/vlc.pas
@@ -322,8 +322,8 @@ Type
Property VideoPosition ;
Property VideoFractionalPosition ;
Property VideoFramesPerSecond;
- Property VideoScale : Double;
- Property AspectRatio : String;
+ Property VideoScale;
+ Property AspectRatio;
Published
Property AudioDelay ;
Property AudioVolume ;
@@ -391,7 +391,7 @@ Type
TVLCMediaListPlayer = Class(TCustomVLCMediaListPlayer)
Public
- Property VLC : TVLCLibrary;
+ Property VLC;
Published
Property Player;
Property PlayMode;