[vlc-commits] libvlc: events: remove libvlc_MediaPlayerScrambledChanged

Thomas Guillem git at videolan.org
Fri Oct 30 13:37:33 CET 2020


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Oct  2 15:53:26 2020 +0200| [5affbd9eb8ba41a737f2074419b32346fa63c244] | committer: Thomas Guillem

libvlc: events: remove libvlc_MediaPlayerScrambledChanged

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5affbd9eb8ba41a737f2074419b32346fa63c244
---

 include/vlc/libvlc_events.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/include/vlc/libvlc_events.h b/include/vlc/libvlc_events.h
index 073e06893e..85483555ac 100644
--- a/include/vlc/libvlc_events.h
+++ b/include/vlc/libvlc_events.h
@@ -109,10 +109,12 @@ enum libvlc_event_e {
     libvlc_MediaPlayerSnapshotTaken = libvlc_MediaPlayerPausableChanged + 2,
     libvlc_MediaPlayerLengthChanged,
     libvlc_MediaPlayerVout,
-    libvlc_MediaPlayerScrambledChanged,
+
+    /* libvlc_MediaPlayerScrambledChanged, use libvlc_MediaPlayerProgramUpdated */
+
     /** A track was added, cf. media_player_es_changed in \ref libvlc_event_t.u
      * to get the id of the new track. */
-    libvlc_MediaPlayerESAdded,
+    libvlc_MediaPlayerESAdded = libvlc_MediaPlayerVout + 2,
     /** A track was removed, cf. media_player_es_changed in \ref
      * libvlc_event_t.u to get the id of the removed track. */
     libvlc_MediaPlayerESDeleted,



More information about the vlc-commits mailing list