Skip to content
Snippets Groups Projects
Commit c2c5341f authored by Thomas Guillem's avatar Thomas Guillem Committed by Rémi Denis-Courmont
Browse files

lib: media: remove deprecated comment

parent c338de7b
No related branches found
No related tags found
1 merge request!1565libvlc: rename libvlc_Ended and libvlc_MediaPlayerEndReached
......@@ -77,13 +77,7 @@ typedef enum libvlc_meta_t {
} libvlc_meta_t;
/**
* Note the order of libvlc_state_t enum must match exactly the order of
* \see mediacontrol_PlayerStatus, \see input_state_e enums,
* and VideoLAN.LibVLC.State (at bindings/cil/src/media.cs).
*
* Expected states by web plugins are:
* IDLE/CLOSE=0, OPENING=1, PLAYING=3, PAUSED=4,
* STOPPING=5, ENDED=6, ERROR=7
* libvlc media or media_player state
*/
typedef enum libvlc_state_t
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment