[VDPAU] Support H264 Hi10 via vdpau

Stephen Warren swarren at nvidia.com
Tue Oct 29 16:04:28 CET 2013


Aaron Plattner wrote at Monday, October 28, 2013 3:39 PM:
> On 10/28/2013 10:47 AM, Stephen Warren wrote:
> > Peter Frühberger wrote at Saturday, October 26, 2013 8:08 AM:
> >> The attached patches bump libvdpau and add the two fields that are
> >> needed to support decoding hi10p via vdpau and e.g. radeon oss uvd
> >> decoder.

> > Re: [PATCH 2/2] hi10p: add required fields
> >
> >> diff --git a/include/vdpau/vdpau.h b/include/vdpau/vdpau.h
> > ...
> >> -#define VDPAU_VERSION 1
> >> +#define VDPAU_VERSION 2
> >
> > You shouldn't need to bump the overall API version; the change can be
> > made in a compatible fashion.
> 
> Are you thinking of VDPAU_INTERFACE_VERSION?  The comment above
> VDPAU_VERSION says,
> 
>   * This version will increase whenever any non-documentation change is made to
>   * vdpau.h, or related header files such as vdpau_x11.h. Such changes
>   * typically involve the addition of new functions, constants, or features.
>   * Such changes are expected to be completely backwards-compatible.

Oh yes, my mistake. I had forgotten we had two defines. We haven't been
keeping this one up-to-date:-(

-- 
nvpublic



More information about the VDPAU mailing list