[vlc-commits] [Git][videolan/libvlcpp][master] Remove TrackDescription in 3.0

Thomas Guillem (@tguillem) gitlab at videolan.org
Wed Jan 31 08:36:51 UTC 2024



Thomas Guillem pushed to branch master at VideoLAN / libvlcpp


Commits:
9bea609a by Thomas Guillem at 2024-01-31T09:22:31+01:00
Remove TrackDescription in 3.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/9bea609a4db3ad78a61d0b58b1f7b995de0f8187

-- 
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/9bea609a4db3ad78a61d0b58b1f7b995de0f8187
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