summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-11-13 11:24:16 +0100
committerAnton Khirnov <anton@khirnov.net>2016-12-14 09:06:45 +0100
commitfa1749dd34c55fb997c97dfc4da9383c9976ab91 (patch)
tree9650e5e9ec2b3ced73fe624eeb6f9993a927f3cb /configure
parent03a80925effc2698d21dc0b00290eecf42dd9e68 (diff)
vp9: split superframes in the filtering stage before actual decoding
Significantly increases the efficiency of frame threading, since individual frames in a superframe can now be decoded in parallel.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 05047e9a15..fb82fc4d47 100755
--- a/configure
+++ b/configure
@@ -2105,7 +2105,7 @@ vp6a_decoder_select="vp6_decoder"
vp6f_decoder_select="vp6_decoder"
vp7_decoder_select="h264pred videodsp vp8dsp"
vp8_decoder_select="h264pred videodsp vp8dsp"
-vp9_decoder_select="videodsp"
+vp9_decoder_select="videodsp vp9_superframe_split_bsf"
webp_decoder_select="vp8_decoder"
wmapro_decoder_select="mdct sinewin wma_freqs"
wmav1_decoder_select="mdct sinewin wma_freqs"