[vlc-commits] [Git][videolan/libvlcpp][master] Remove TrackDescription in 4.0
Thomas Guillem (@tguillem)
gitlab at videolan.org
Wed Jan 31 08:45:47 UTC 2024
Thomas Guillem pushed to branch master at VideoLAN / libvlcpp
Commits:
b6876c81 by Thomas Guillem at 2024-01-31T09:43:42+01:00
Remove TrackDescription in 4.0
- - - - -
1 changed file:
- vlcpp/structures.hpp
Changes:
=====================================
vlcpp/structures.hpp
=====================================
@@ -800,6 +800,7 @@ class AudioOutputDeviceDescription
std::string m_description;
};
+#if LIBVLC_VERSION_INT < LIBVLC_VERSION(4, 0, 0, 0)
///
/// \brief The TrackDescription class describes a track
///
@@ -833,6 +834,7 @@ private:
int m_id;
std::string m_name;
};
+#endif
#if LIBVLC_VERSION_INT >= LIBVLC_VERSION(3, 0, 0, 0)
///
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/b6876c8189f63656db27844e33b6b476714ba131
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/b6876c8189f63656db27844e33b6b476714ba131
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list