On 20/07/16 21:26, Vittorio Giovara wrote:
> ---
> More compact and typo-free.
> Vittorio
> 
>  libavcodec/avcodec.h | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index ace761d..72665ba 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -4985,6 +4985,9 @@ typedef struct AVBSFInternal AVBSFInternal;
>   * The fields in the struct will only be changed (by the caller or by the
>   * filter) as described in their documentation, and are to be considered
>   * immutable otherwise.
> + *
> + * @note Input and output AVCodecParameters are allocated in av_bsf_alloc(),
> + *       they need to be initialized via avcodec_parameters_copy().
>   */
>  typedef struct AVBSFContext {
>      /**
> 

Seems ok to me.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to