From 3dd59dbed06a55eed00ad68d0a953f39188e3647 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Wed, 13 Feb 2019 02:43:57 +0100 Subject: options: do not enable MPEG2 hwdec by default Too many broken hardware decoders. Noticed wrong decoding of a video file encoded with x262 on RX Vega when using VAAPI (Mesa 18.3.2). Looks fine with swdec and a cheap hardware BD player. Reverts 017f3d0674e48a587b9e6cd7a48f15519c799c3e --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index a98f03a7da..0dec9c51a9 100644 --- a/options/options.c +++ b/options/options.c @@ -953,7 +953,7 @@ const struct MPOpts mp_default_opts = { .screenshot_template = "mpv-shot%n", .hwdec_api = HAVE_RPI ? "mmal" : "no", - .hwdec_codecs = "h264,vc1,wmv3,hevc,mpeg2video,vp9", + .hwdec_codecs = "h264,vc1,wmv3,hevc,vp9", .audio_output_channels = { .set = 1, -- cgit v1.2.3