X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test%2Flibvlc%2Fmedia_list_player.c;h=cebaefc6857c7668be4bd26d948b6ac0fda3438f;hb=dd1e8bad853c63c7df40ba28ae62137fc8e5001a;hp=7e0717ac3577c534300ca81c055cb12dcebee00d;hpb=b6069ae2893e9290518825696337f032538c4edb;p=vlc diff --git a/test/libvlc/media_list_player.c b/test/libvlc/media_list_player.c index 7e0717ac35..cebaefc685 100644 --- a/test/libvlc/media_list_player.c +++ b/test/libvlc/media_list_player.c @@ -100,7 +100,6 @@ static void test_media_list_player_items_queue(const char** argv, int argc) log ("Testing media player item queue-ing\n"); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv); assert (vlc != NULL); @@ -171,7 +170,6 @@ static void test_media_list_player_previous(const char** argv, int argc) log ("Testing media player previous()\n"); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv); assert (vlc != NULL); @@ -248,7 +246,6 @@ static void test_media_list_player_next(const char** argv, int argc) log ("Testing media player next()\n"); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv); assert (vlc != NULL); @@ -324,7 +321,6 @@ static void test_media_list_player_pause_stop(const char** argv, int argc) log ("Testing play and pause of %s using the media list.\n", file); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv); assert (vlc != NULL); @@ -371,7 +367,6 @@ static void test_media_list_player_play_item_at_index(const char** argv, int arg log ("Testing play_item_at_index of %s using the media list.\n", file); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv, &ex); assert (vlc != NULL); @@ -427,7 +422,6 @@ static void test_media_list_player_playback_options (const char** argv, int argc log ("Testing media player playback options()\n"); - libvlc_exception_init (&ex); vlc = libvlc_new (argc, argv); assert (vlc != NULL);