On Fri, Apr 01, 2011 at 17:30:46 (CEST), Luca Barbato wrote:

> ---
>  libavformat/avformat.h |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 61babdc..fefdeac 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -873,6 +873,11 @@ typedef struct AVFormatContext {
>       * - decoding: Unused.
>       */
>      int64_t start_time_realtime;
> +    /**
> +     * Opaque pointer to hold application specific data
> +     * Always set by user.
> +     */
> +    void *opaque;
>  } AVFormatContext;
>  
>  typedef struct AVPacketList {

Missing minor bump.


-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to