On Mon, Jun 20, 2016 at 06:18:22PM -0400, Vittorio Giovara wrote:
> --- a/libavutil/pixdesc.h
> +++ b/libavutil/pixdesc.h
> @@ -294,26 +294,34 @@ enum AVPixelFormat av_pix_fmt_swap_endianness(enum 
> AVPixelFormat pix_fmt);
>  
>  /**
>   * @return the name for provided color range or NULL if unknown.
> + * @note the value may be used as-is for avconv -color_range option.

for the

>  /**
>   * @return the name for provided color primaries or NULL if unknown.
> + * @note the value may be used as-is for avconv -color_primaries,
> + *       and x264 --colorprim options.

for the

>  /**
>   * @return the name for provided color transfer or NULL if unknown.
> + * @note the value may be used as-is for avconv -color_trc,
> + *       and x264 --transfer options.

for the

>  /**
>   * @return the name for provided color space or NULL if unknown.
> + * @note the value may be used as-is for avconv -colorspace,
> + *       and x264 --colormatrix options.

for the

>  /**
>   * @return the name for provided chroma location or NULL if unknown.
> + * @note the value may be used as-is for avconv -chroma_sample_location.

for the .. option.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to