Commit 472087d6 authored by Laurent Aimar's avatar Laurent Aimar Committed by Jean-Baptiste Kempf

Enabled mpeg2 dxva2 decoding support.

(cherry picked from commit beb86eee25d2d255563cf959c086879f1a4b08fd)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c3012fc3
......@@ -141,7 +141,7 @@ typedef struct {
} dxva2_mode_t;
/* XXX Prefered modes must come first */
static const dxva2_mode_t dxva2_modes[] = {
{ "DXVA2_ModeMPEG2_VLD", &DXVA2_ModeMPEG2_VLD, 0 },
{ "DXVA2_ModeMPEG2_VLD", &DXVA2_ModeMPEG2_VLD, CODEC_ID_MPEG2VIDEO },
{ "DXVA2_ModeMPEG2_MoComp", &DXVA2_ModeMPEG2_MoComp, 0 },
{ "DXVA2_ModeMPEG2_IDCT", &DXVA2_ModeMPEG2_IDCT, 0 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment