On Tue, Oct 04, 2016 at 11:59:53AM -0400, Vittorio Giovara wrote:
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -5017,12 +5017,15 @@ typedef struct AVBSFContext {
>  
>      /**
> -     * Parameters of the input stream. Set by the caller before 
> av_bsf_init().
> +     * Parameters of the input stream. This field is allocated in
> +     * av_bsf_alloc(),needs to be initialized by the caller before
> +     * av_bsf_init().
>       */
>      AVCodecParameters *par_in;

Space after ',' and please give the subclause a subject.

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

Reply via email to