From 017f3d0674e48a587b9e6cd7a48f15519c799c3e Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 5 Nov 2015 17:30:26 +0100 Subject: options: enable mpeg2 hw decoding by default if hw decoding is requested We didn't include this codec in the whitelist because of past problems with vdpau and interlacing. (I can't reproduce any problems anymore.) --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 21ed2f4415..5cb5e2b522 100644 --- a/options/options.c +++ b/options/options.c @@ -800,7 +800,7 @@ const struct MPOpts mp_default_opts = { .sub_cp = "auto", .screenshot_template = "mpv-shot%n", - .hwdec_codecs = "h264,vc1,wmv3,hevc", + .hwdec_codecs = "h264,vc1,wmv3,hevc,mpeg2video", .index_mode = 1, -- cgit v1.2.3