On Wed, Sep 16, 2015 at 8:19 AM, Steve Lhomme <[email protected]> wrote: >>> +/** >>> + * Allocate an AVD3D11VAContext. >>> + * >>> + * @return Newly-allocated AVD3D11VAContext or NULL on failure. >>> + */ >>> +AVD3D11VAContext *av_d3d11va_alloc_context(void); >>> + >> >> this should be added to doc/APIChanges. > > I do not understand how this file works. There's no mention of 57.x.x > which is what's the current libavcodec/version.h
It's simple, you just need to add xxxxxxx (hash which will be filled in later), library (lavc), version (57.2.0), header affected Then the name of the function(s) added with a brief explanation of what it does. This is so that a user can grep for the name of the function and see when it has been added, on which file and so on. -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
