-
- Downloads
vdpau: add av_vdpau_bind_context()
This function provides an explicit VDPAU device and VDPAU driver to
libavcodec, so that the application is relieved from codec specifics
and VdpDevice life cycle management.
A stub flags parameter is added for future extension. For instance, it
could be used to ignore codec level capabilities (if someone feels
dangerous).
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
Showing
- doc/APIchanges 4 additions, 0 deletionsdoc/APIchanges
- libavcodec/vdpau.c 21 additions, 1 deletionlibavcodec/vdpau.c
- libavcodec/vdpau.h 20 additions, 0 deletionslibavcodec/vdpau.h
- libavcodec/vdpau_internal.h 1 addition, 0 deletionslibavcodec/vdpau_internal.h
- libavcodec/version.h 1 addition, 1 deletionlibavcodec/version.h
Please register or sign in to comment