Re: [libav-devel] [PATCH] rtmppkt: Avoid unescapted backslash in Doxygen comment

2012-10-23 Thread Diego Biurrun
On Tue, Oct 23, 2012 at 11:13:51AM +0100, Måns Rullgård wrote:
> Diego Biurrun  writes:
> > --- a/libavformat/rtmppkt.h
> > +++ b/libavformat/rtmppkt.h
> > @@ -253,7 +253,7 @@ int ff_amf_read_number(GetByteContext *gbc, double 
> > *val);
> >  /**
> >   * Read AMF string value.
> >   *
> > - * Appends a trailing \0 to output string in order to
> > + * Appends a trailing NULL byte to output string in order to
> >   * ease later parsing.
> 
> Lowercase null please.  NULL is the C macro for a null pointer.

Pushed with that changed.

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


Re: [libav-devel] [PATCH] rtmppkt: Avoid unescapted backslash in Doxygen comment

2012-10-23 Thread Måns Rullgård
Diego Biurrun  writes:

> ---
>  libavformat/rtmppkt.h |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/rtmppkt.h b/libavformat/rtmppkt.h
> index 8932cac..eac21e7 100644
> --- a/libavformat/rtmppkt.h
> +++ b/libavformat/rtmppkt.h
> @@ -253,7 +253,7 @@ int ff_amf_read_number(GetByteContext *gbc, double *val);
>  /**
>   * Read AMF string value.
>   *
> - * Appends a trailing \0 to output string in order to
> + * Appends a trailing NULL byte to output string in order to
>   * ease later parsing.

Lowercase null please.  NULL is the C macro for a null pointer.

-- 
Måns Rullgård
m...@mansr.com
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH] rtmppkt: Avoid unescapted backslash in Doxygen comment

2012-10-23 Thread Luca Barbato

On 10/23/12 10:56 AM, Diego Biurrun wrote:

On Tue, Oct 23, 2012 at 10:53:48AM +0200, Diego Biurrun wrote:

---
  libavformat/rtmppkt.h |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


Typo in subject fixed locally.



Ok.


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


Re: [libav-devel] [PATCH] rtmppkt: Avoid unescapted backslash in Doxygen comment

2012-10-23 Thread Diego Biurrun
On Tue, Oct 23, 2012 at 10:53:48AM +0200, Diego Biurrun wrote:
> ---
>  libavformat/rtmppkt.h |2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Typo in subject fixed locally.

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