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 <[email protected]> - - - - - 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.
_______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
