On date Tuesday 2011-05-24 07:34:58 +0200, Anton Khirnov encoded:
> ---
>  libavformat/avformat.h |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 3d4cc68..c29f9ba 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -425,6 +425,8 @@ typedef struct AVInputFormat {
>      const AVMetadataConv *metadata_conv;
>  #endif
>  
> +    const AVClass *priv_class; ///< AVClass for the private context
> +
>      /* private fields */
>      struct AVInputFormat *next;
>  } AVInputFormat;

This should be fine if next is not accessed by non-libavformat libs.
-- 
The naked truth of it is, I have no shirt.
                -- William Shakespeare, "Love's Labour's Lost"
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to