On Sat, 9 Nov 2013 13:25:18 +0100, Diego Biurrun <[email protected]> wrote: > On Fri, Nov 08, 2013 at 11:42:10PM +0100, Anton Khirnov wrote: > > --- a/libavcodec/vdpau.h > > +++ b/libavcodec/vdpau.h > > @@ -74,6 +74,10 @@ union AVVDPAUPictureInfo { > > * during initialization or through each AVCodecContext.get_buffer() > > * function call. In any case, they must be valid prior to calling > > * decoding functions. > > + * > > + * This size of this structure is not a part of the public ABI and must not > > The size ... > > > @@ -127,6 +131,13 @@ typedef struct AVVDPAUContext { > > /** > > + * Allocate an AVVDPAUContext. > > + * > > + * @return newly allocated AVVDPAUContext or NULL on failure. > > Newly-allocated ... >
Both fixed locally -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
