From 835137a0e52f9afa6b34ab2c6ab6b5e9d965dfa2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 10 Apr 2020 23:12:41 +0200 Subject: player, ta: remove use of an old macro I thought that would make a nice idiom, but it ended up being useless or clunky. --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') diff --git a/player/main.c b/player/main.c index 25bf22ef5a..cb5ebcb99d 100644 --- a/player/main.c +++ b/player/main.c @@ -264,7 +264,7 @@ struct MPContext *mp_create(void) .last_chapter = -2, .term_osd_contents = talloc_strdup(mpctx, ""), .osd_progbar = { .type = -1 }, - .playlist = talloc_struct(mpctx, struct playlist, {0}), + .playlist = talloc_zero(mpctx, struct playlist), .dispatch = mp_dispatch_create(mpctx), .playback_abort = mp_cancel_new(mpctx), .thread_pool = mp_thread_pool_create(mpctx, 0, 1, 30), -- cgit v1.2.3