Re: [libav-devel] [PATCH] pixdesc: Add documentation about the main use-case of color name APIs

2016-06-21 Thread Diego Biurrun
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

Re: [libav-devel] [PATCH] pixdesc: Add documentation about the main use-case of color name APIs

2016-06-20 Thread Luca Barbato
On 21/06/16 00:18, Vittorio Giovara wrote: > --- > More documentation about this change as requested. > Vittorio > > doc/APIchanges | 6 ++ > libavutil/pixdesc.h | 8 > 2 files changed, 14 insertions(+) Sounds good to me. lu ___

[libav-devel] [PATCH] pixdesc: Add documentation about the main use-case of color name APIs

2016-06-20 Thread Vittorio Giovara
--- More documentation about this change as requested. Vittorio doc/APIchanges | 6 ++ libavutil/pixdesc.h | 8 2 files changed, 14 insertions(+) diff --git a/doc/APIchanges b/doc/APIchanges index de0213f..050c897 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6