[MPlayer-dev-eng] [PATCH]VO_VDPAU, round 5
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Jan 26 18:27:42 CET 2009
On Mon, Jan 26, 2009 at 08:56:18AM -0800, Stephen Warren wrote:
> FYI, there is also this, for a human-readable string:
>
> /**
> * \brief Retrieve a string describing an error code.
> * \param[in] status The error code.
> * \return A pointer to the string. Note that this is a
> * statically allocated read-only string. As such, the
> * application must not free the returned pointer. The
> * pointer is valid as long as the VDPAU implementation is
> * present within the application's address space.
> */
> typedef char const * VdpGetErrorString(
> VdpStatus status
> );
Sounds perfect, I think last time I asked someone said such a function
did not exist, that's why I suggested it. Or I have been imagining things...
More information about the MPlayer-dev-eng
mailing list