vlc | branch: master | Sébastien Toque <[email protected]> | Mon Sep 12 23:19:09 
2011 +0200| [f9d51b56df9127b5a858a3824e2fe4371712824e] | committer: 
Jean-Baptiste Kempf

amem: fix a typo

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

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

 lib/media_player.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/media_player.c b/lib/media_player.c
index 3a14d3d..58f62a3 100644
--- a/lib/media_player.c
+++ b/lib/media_player.c
@@ -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);

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to