[vlc-commits] [Git][videolan/libvlcpp][master] MediaPlayer: fix DeinterlaceState type
Hugo Beauzée-Luyssen
gitlab at videolan.org
Tue May 29 17:28:41 CEST 2018
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
17d1e2a5 by Zhao Zhili at 2018-05-29T17:18:58+02:00
MediaPlayer: fix DeinterlaceState type
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
- - - - -
1 changed file:
- vlcpp/MediaPlayer.hpp
Changes:
=====================================
vlcpp/MediaPlayer.hpp
=====================================
--- a/vlcpp/MediaPlayer.hpp
+++ b/vlcpp/MediaPlayer.hpp
@@ -66,7 +66,7 @@ private:
};
public:
#if LIBVLC_VERSION_INT >= LIBVLC_VERSION(4, 0, 0, 0)
- enum class DeinterlaceState : char
+ enum class DeinterlaceState : signed char
{
Auto = -1,
Disabled = 0,
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/17d1e2a5727767ad80be29710e8d78c43cc48ad8
---
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/commit/17d1e2a5727767ad80be29710e8d78c43cc48ad8
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list