[FFmpeg-devel] [PATCH 10/17] avutil/lls: add Doxy @file and group

Timothy Gu timothygu99 at gmail.com
Sun Nov 3 01:04:33 CET 2013


On Sat, Nov 2, 2013 at 4:53 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sat, Nov 02, 2013 at 03:03:24PM -0700, Timothy Gu wrote:
>> Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
>> ---
>>  libavutil/lls.c | 2 ++
>>  libavutil/lls.h | 9 +++++++++
>>  2 files changed, 11 insertions(+)
>>
>> diff --git a/libavutil/lls.c b/libavutil/lls.c
>> index abed8ef..bead009 100644
>> --- a/libavutil/lls.c
>> +++ b/libavutil/lls.c
>> @@ -23,6 +23,8 @@
>>  /**
>>   * @file
>>   * linear least squares model
>> + * @author Michael Niedermayer
>> + * @ingroup lavu_lls
>>   */
>>
>>  #include <math.h>
>> diff --git a/libavutil/lls.h b/libavutil/lls.h
>> index c62d78a..a192947 100644
>> --- a/libavutil/lls.h
>> +++ b/libavutil/lls.h
>> @@ -27,6 +27,15 @@
>>  #include "mem.h"
>>  #include "version.h"
>>
>> +/**
>> + * @file
>> + * Public header for libavutil LLS model
>> + * @author Michael Niedermayer
>> + * @defgroup lavu_lls Linear Least Squares
>
>> + * @ingroup lavu_crypto
>
> math, linear algebra not really crypto

Sure. Patch dropped.

Timothy


More information about the ffmpeg-devel mailing list