diff options
author | Johns <johns98@gmx.net> | 2011-12-23 19:33:30 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2011-12-23 19:33:30 +0100 |
commit | 06fddc206e5fec17bd59f4e8005e44bde957f8cc (patch) | |
tree | 538f3f693c1f7691fa5bdf41ccecb65dacd39597 /video.h | |
parent | 1e18da47f7466b68e52b5d64eebfbdde8f693116 (diff) | |
download | vdr-plugin-softhddevice-06fddc206e5fec17bd59f4e8005e44bde957f8cc.tar.gz vdr-plugin-softhddevice-06fddc206e5fec17bd59f4e8005e44bde957f8cc.tar.bz2 |
Initial vdpau hw decoder support.
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -60,6 +60,12 @@ extern struct vaapi_context *VideoGetVaapiContext(VideoHwDecoder *); /// Callback to negotiate the PixelFormat. extern enum PixelFormat Video_get_format(VideoHwDecoder *, AVCodecContext *, const enum PixelFormat *); + +#ifdef AVCODEC_VDPAU_H + /// Draw vdpau render state +extern void VideoDrawRenderState(VideoHwDecoder *, + struct vdpau_render_state *); +#endif #endif /// Display video TEST |