Le samedi 12 janvier 2013 11:45:53, Anton Khirnov a écrit : > On Fri, 11 Jan 2013 23:27:59 +0200, Rémi Denis-Courmont <[email protected]> wrote: > > + * AVCodecContext.hwaccel_context. All user members can be set once > > + * during initialization or through each AVCodecContext.get_buffer() > > + * function call. In any case, they must be valid prior to calling > > + * decoding functions. > > + */ > > +typedef struct vdpau_context { > > The convention used in the rest of libav is that the struct name is the > same as the typedeffed name.
The convention used in the other libav hwaccel is that the struct name is struct foo_context. I added the typedef because Lucas asked. Sorry but this does not add up. -- Rémi Denis-Courmont http://www.remlab.net/ _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
