On Mon, Nov 14, 2011 at 04:29:02PM +0100, Luca Barbato wrote:
> From: Josh Allmann <[email protected]>
> 
> FCPublish/FCUnpublish adobe server specific  and not described in
> the rtmp specification. Some servers might not cope with them at
> all.
> ---
>  libavformat/rtmpproto.c |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/libavformat/rtmpproto.c b/libavformat/rtmpproto.c
> index 9d73407..775cecd 100644
> --- a/libavformat/rtmpproto.c
> +++ b/libavformat/rtmpproto.c
> @@ -74,6 +74,7 @@ typedef struct RTMPContext {
>      int           skip_bytes;                 ///< number of bytes to skip 
> from the input FLV stream in the next write call
>      uint8_t       flv_header[11];             ///< partial incoming flv 
> packet header
>      int           flv_header_bytes;           ///< number of initialized 
> bytes in flv_header
> +    int           nb_invokes;                 //< keeps track of invoke 
> messages

not doxy enough, add a slash

otherwise looks OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to