Quoting Diego Biurrun (2017-01-10 16:37:42)
> On Tue, Jan 10, 2017 at 03:42:34PM +0100, Anton Khirnov wrote:
> > --- a/libavcodec/avcodec.h
> > +++ b/libavcodec/avcodec.h
> > @@ -3174,12 +3174,6 @@ typedef struct AVCodec {
> >       * @{
> >       */
> >      /**
> > -     * If defined, called on thread contexts when they are created.
> > -     * If the codec allocates writable tables in init(), re-allocate them 
> > here.
> > -     * priv_data will be set to a copy of the original.
> > -     */
> > -    int (*init_thread_copy)(AVCodecContext *);
> > -    /**
> >       * Copy necessary context variables from a previous thread context to 
> > the current one.
> >       * If not defined, the next thread will start automatically; 
> > otherwise, the codec
> >       * must call ff_thread_finish_setup().
> 
> APIchanges? version bump?

This is not public API

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to