diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 14:23:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-24 14:23:14 +0000 |
commit | 0766cb69b2aca3db16a02b800efa48aca35c5122 (patch) | |
tree | 979dd98f71978d3d2f2f7932e028cbbe2d96e6e8 /profiles/desc | |
parent | Fix ffmpeg deps: upstream recommends ffmpeg so this one shall come first in t... (diff) | |
download | historical-0766cb69b2aca3db16a02b800efa48aca35c5122.tar.gz historical-0766cb69b2aca3db16a02b800efa48aca35c5122.tar.bz2 historical-0766cb69b2aca3db16a02b800efa48aca35c5122.zip |
describe ffhash in fftools use exapnd
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/fftools.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/desc/fftools.desc b/profiles/desc/fftools.desc index 886c5d729a87..d20f2c8a6876 100644 --- a/profiles/desc/fftools.desc +++ b/profiles/desc/fftools.desc @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/fftools.desc,v 1.2 2013/01/27 23:47:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/fftools.desc,v 1.3 2013/05/24 14:23:14 aballier Exp $ # This file contains descriptions of FFTOOLS USE-EXPANDED variables. # Keep it sorted. @@ -9,6 +9,7 @@ aviocat - cat's an URL to another one, useful for dumping streams. cws2fws - converts cws files (Macromedia Flash, compressed) to fws ones (Macromedia Flash, uncompressed). ffescape - Escapes an input string, adopting the av_get_token() escaping logic. ffeval - A simple expression evalutor. +ffhash - Computes a file's digest using libavutil algorithms. fourcc2pixfmt - Shows the relationships between rawvideo pixel formats and FourCC tags. graph2dot - A tool to convert a libavfilter graph to a dot file. ismindex - A tool for creating smooth streaming manifests. |