summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-06-11 16:53:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-06-11 17:30:37 +0200
commitf1fb8c0c9f4794cf077914a5ac6687f00bc2eeae (patch)
tree23a401478331af5b1c3a0d12653bb687d2b97ada /media-video/ffmpeg
parentmedia-video/ffmpeg: bump nv-codec-header dep (diff)
downloadgentoo-f1fb8c0c9f4794cf077914a5ac6687f00bc2eeae.tar.gz
gentoo-f1fb8c0c9f4794cf077914a5ac6687f00bc2eeae.tar.bz2
gentoo-f1fb8c0c9f4794cf077914a5ac6687f00bc2eeae.zip
media-video/ffmpeg: improve vpx usedesc
Closes: https://bugs.gentoo.org/720262 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r--media-video/ffmpeg/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml
index c206f58b9b97..f6e9c9f3cf8e 100644
--- a/media-video/ffmpeg/metadata.xml
+++ b/media-video/ffmpeg/metadata.xml
@@ -54,7 +54,7 @@
<flag name="ssh">Enable SSH/sftp support via <pkg>net-libs/libssh</pkg>.</flag>
<flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
<flag name="vidstab">Enables video stabilization filter using vid.stab library (<pkg>media-libs/vidstab</pkg>).</flag>
- <flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag>
+ <flag name="vpx">Enables VP8 and VP9 codec support using libvpx: Decoding does not require this to be enabled but libvpx can also be used for decoding; encoding requires this useflag to be enabled though.</flag>
<flag name="vulkan">Enables support for the vulkan API for GPU offload.</flag>
<flag name="x265">Enables HEVC encoding with <pkg>media-libs/x265</pkg>.</flag>
<flag name="zeromq">Enables <pkg>net-libs/zeromq</pkg> support with the zmq/azmq filters.</flag>