[FFmpeg-devel] [PATCH] Document libavfilter filters options in configure -h
Diego Biurrun
diego
Wed Oct 8 01:26:15 CEST 2008
On Tue, Oct 07, 2008 at 11:49:52PM +0200, Stefano Sabatini wrote:
>
> BTW, should us also document the various --enable-filters/muxers/encoder/devices etc. ?
>
> --- configure (revision 15563)
> +++ configure (working copy)
> @@ -170,6 +170,9 @@
> echo " --disable-devices disables all devices"
> + echo " --enable-filter=NAME enables libavfilter filter NAME"
> + echo " --disable-filter=NAME disables libavfilter filter NAME"
> + echo " --disable-filters disables all libavfilter filters"
> echo " --list-decoders show all available decoders"
> @@ -179,6 +182,7 @@
> echo " --list-outdevs show all available output devices"
> + echo " --list-filters show all available libavfilter filters"
> echo
Commit with s/libavfilter//.
Diego
More information about the ffmpeg-devel
mailing list