From f219a48dca7dbd525c1611b1d579947a3dd9b82b Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 15 Feb 2016 20:28:36 +0100 Subject: video: remove pointless parameter indirection This is always the same value. --- player/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index 3a7d6b1e20..f713a86f41 100644 --- a/player/video.c +++ b/player/video.c @@ -337,7 +337,7 @@ int init_video_decoder(struct MPContext *mpctx, struct track *track) MP_INFO(mpctx, "Use --no-correct-pts to force FPS based timing.\n"); } - if (!video_init_best_codec(d_video, d_video->opts->video_decoders)) + if (!video_init_best_codec(d_video)) goto err_out; return 1; -- cgit v1.2.3