On 20/07/16 21:16, Vittorio Giovara wrote:
> ---
> slightly stronger wording
> Vittorio
> 
>  libavcodec/avcodec.h | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index ace761d..29b6bbc 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -4985,6 +4985,10 @@ 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 wwnership will be transferred

s/ww/ow/ ?


> + *       the context after av_bsf_init(), so you may need to use
> + *       avcodec_parameters_copy() to initiaze these fields.
>   */
>  typedef struct AVBSFContext {
>      /**
> 

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

Reply via email to