diff options
Diffstat (limited to 'video.h')
-rw-r--r-- | video.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ typedef struct _video_hw_decoder_ VideoHwDecoder; /// Allocate new video hardware decoder. extern VideoHwDecoder *VideoNewHwDecoder(void); + /// Deallocate video hardware decoder. +extern void VideoDelHwDecoder(VideoHwDecoder *); + /// Get and allocate a video hardware surface. extern unsigned VideoGetSurface(VideoHwDecoder *); |