gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_fi


From: Sandro Santilli
Subject: Re: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-438-ga08f72e
Date: Thu, 7 Jul 2011 10:06:54 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Thu, Jul 07, 2011 at 07:23:55AM +0000, Benjamin Wolsey wrote:

> -// av_alloc_format_context was deprecated on
> -// 2009-02-08 (r17047) in favor of avformat_alloc_context() 
> -#if !defined (LIBAVCODEC_VERSION_MAJOR) || LIBAVCODEC_VERSION_MAJOR < 52
> -    _formatCtx = av_alloc_format_context();
> -#else
> -    _formatCtx = avformat_alloc_context();
> -#endif
> -
> -    assert(_formatCtx);
[...]
> +    _formatCtx = avformat_alloc_context();
> +    assert(_formatCtx);

Does the above mean we lost support for libavcodec < 52 ?

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]