[FFmpeg-cvslog] r23970 - in trunk: libavcodec/atrac3.c libavcodec/cook.c libavcodec/elbg.c libavcodec/lzw.c libavcodec/mpegvideo.c libavcodec/mpegvideo_common.h libavcodec/rl2.c libavcodec/rle.h libavfilter/avfilt...
Michael Niedermayer
michaelni
Fri Jul 2 14:13:12 CEST 2010
On Fri, Jul 02, 2010 at 12:49:29PM +0200, diego wrote:
> Author: diego
> Date: Fri Jul 2 12:49:29 2010
> New Revision: 23970
>
> Log:
> Fix misspelled parameter names in Doxygen documentation.
> This fixes one Doxygen warning each.
>
> Modified:
> trunk/libavcodec/atrac3.c
> trunk/libavcodec/cook.c
> trunk/libavcodec/elbg.c
> trunk/libavcodec/lzw.c
> trunk/libavcodec/mpegvideo.c
> trunk/libavcodec/mpegvideo_common.h
> trunk/libavcodec/rl2.c
> trunk/libavcodec/rle.h
> trunk/libavfilter/avfilter.h
> trunk/libavfilter/avfiltergraph.h
> trunk/libavformat/avformat.h
> trunk/libavformat/gxf.c
> trunk/libavformat/rtmppkt.h
> trunk/libavformat/rtpproto.c
> trunk/libavformat/udp.c
> trunk/libavutil/pixdesc.h
>
> Modified: trunk/libavcodec/atrac3.c
> ==============================================================================
> --- trunk/libavcodec/atrac3.c Fri Jul 2 12:37:13 2010 (r23969)
> +++ trunk/libavcodec/atrac3.c Fri Jul 2 12:49:29 2010 (r23970)
> @@ -166,9 +166,9 @@ static void IMLT(float *pInput, float *p
> /**
> * Atrac 3 indata descrambling, only used for data coming from the rm container
> *
> - * @param in pointer to 8 bit array of indata
> - * @param bits amount of bits
> + * @param inbuffer pointer to 8 bit array of indata
> * @param out pointer to 8 bit array of outdata
> + * @param bytes amount of bytes
> */
>
> static int decode_bytes(const uint8_t* inbuffer, uint8_t* out, int bytes){
>
> Modified: trunk/libavcodec/cook.c
> ==============================================================================
> --- trunk/libavcodec/cook.c Fri Jul 2 12:37:13 2010 (r23969)
> +++ trunk/libavcodec/cook.c Fri Jul 2 12:49:29 2010 (r23970)
> @@ -708,7 +708,7 @@ static void interpolate_float(COOKContex
> * Apply transform window, overlap buffers.
> *
> * @param q pointer to the COOKContext
> - * @param inbuffer pointer to the mltcoefficients
> + * @param buffer1 pointer to the mltcoefficients
> * @param gains_ptr current and previous gains
> * @param previous_buffer pointer to the previous buffer to be used for overlapping
> */
> @@ -877,7 +877,7 @@ static void joint_decode(COOKContext *q,
> *
> * @param q pointer to the COOKContext
> * @param inbuffer pointer to raw stream data
> - * @param gain_ptr array of current/prev gain pointers
> + * @param gains_ptr array of current/prev gain pointers
> */
>
> static inline void
> @@ -923,7 +923,7 @@ saturate_output_float (COOKContext *q, i
> *
> * @param q pointer to the COOKContext
> * @param decode_buffer pointer to the mlt coefficients
> - * @param gain_ptr array of current/prev gain pointers
> + * @param gains array of current/prev gain pointers
> * @param previous_buffer pointer to the previous buffer to be used for overlapping
> * @param out pointer to the output buffer
> * @param chan 0: left or single channel, 1: right channel
>
this change is not good.
its the code that should be changed so that the gain pointer array uses
a consistent name not the consistent doxy to inconsistency.
please correct this!
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20100702/7440421e/attachment.pgp>
More information about the ffmpeg-cvslog
mailing list