Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2014-09-16 22:26:27 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2014-09-21 22:16:37 +0400
commit2bf7d352d2dea2f92a7fa4bc0ca593c7677e7f1e (patch)
tree5e90b7d0bad6f9c241acc4d21f54406422b4545a /build_ffmpeg_msvc.sh
parent6eba706765c09893c4a95a4b53ff25d7885d4f31 (diff)
HEVC DXVA2 support
Diffstat (limited to 'build_ffmpeg_msvc.sh')
-rw-r--r--build_ffmpeg_msvc.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_ffmpeg_msvc.sh b/build_ffmpeg_msvc.sh
index 88c22cea..4936127e 100644
--- a/build_ffmpeg_msvc.sh
+++ b/build_ffmpeg_msvc.sh
@@ -62,6 +62,7 @@ configure() (
--enable-muxer=spdif \
--disable-hwaccels \
--enable-hwaccel=h264_dxva2 \
+ --enable-hwaccel=hevc_dxva2 \
--enable-hwaccel=vc1_dxva2 \
--enable-hwaccel=wmv3_dxva2 \
--enable-hwaccel=mpeg2_dxva2 \