Commit 0dffa31e authored by Mark Lee's avatar Mark Lee Committed by Rémi Denis-Courmont

lib: add missing define for scrambled-changed event

This is needed for libvlc_event_type_name().
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent f267e0a3
...@@ -280,6 +280,7 @@ static const event_name_t event_list[] = { ...@@ -280,6 +280,7 @@ static const event_name_t event_list[] = {
DEF(MediaPlayerSnapshotTaken) DEF(MediaPlayerSnapshotTaken)
DEF(MediaPlayerLengthChanged) DEF(MediaPlayerLengthChanged)
DEF(MediaPlayerVout) DEF(MediaPlayerVout)
DEF(MediaPlayerScrambledChanged)
DEF(MediaListItemAdded) DEF(MediaListItemAdded)
DEF(MediaListWillAddItem) DEF(MediaListWillAddItem)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment