Commit f9d51b56 authored by Sébastien Toque's avatar Sébastien Toque Committed by Jean-Baptiste Kempf

amem: fix a typo

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 92b7c621
......@@ -471,7 +471,7 @@ libvlc_media_player_new( libvlc_instance_t *instance )
var_SetAddress (mp, "find-input-callback", find_input);
var_Create (mp, "amem-data", VLC_VAR_ADDRESS);
var_Create (mp, "amem-setup", VLC_VAR_ADDRESS);
var_Create (mp, "amem-close", VLC_VAR_ADDRESS);
var_Create (mp, "amem-cleanup", VLC_VAR_ADDRESS);
var_Create (mp, "amem-play", VLC_VAR_ADDRESS);
var_Create (mp, "amem-pause", VLC_VAR_ADDRESS);
var_Create (mp, "amem-resume", VLC_VAR_ADDRESS);
......
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