[FFmpeg-devel] [PATCH] doc/encoders: fix the misleading usage of profile

lance.lmwang at gmail.com lance.lmwang at gmail.com
Sat Jun 20 04:03:28 EEST 2020


On Sat, Jun 20, 2020 at 07:29:11AM +0800, lance.lmwang at gmail.com wrote:
> From: Limin Wang <lance.lmwang at gmail.com>
> 
> users are getting mislead by the integer, although profile 
> can support both const string and integer.
> http://ffmpeg.org/pipermail/ffmpeg-user/2020-June/049025.html
> 
> Also fix the order of high and main, it's not my intention.
> 
> Signed-off-by: Limin Wang <lance.lmwang at gmail.com>
> ---
>  doc/encoders.texi | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/doc/encoders.texi b/doc/encoders.texi
> index 1331b79..17a0f4c 100644
> --- a/doc/encoders.texi
> +++ b/doc/encoders.texi
> @@ -2740,17 +2740,17 @@ MPEG-2 video encoder.
>  @subsection Options
>  
>  @table @option
> - at item profile @var{integer}
> + at item profile
>  Select the mpeg2 profile to encode:
>  
>  @table @samp
>  @item 422
> - at item main
> + at item high
>  @item ss
>  Spatially Scalable
>  @item snr
>  SNR Scalable
> - at item high
> + at item main
>  @item simple
>  @end table
>  
> -- 
> 1.8.3.1
> 

will apply.

-- 
Thanks,
Limin Wang


More information about the ffmpeg-devel mailing list