From b1ce88923e3e3a5a7c4a78666daa09baf02fe5a5 Mon Sep 17 00:00:00 2001 From: Johns Date: Thu, 19 Jan 2012 00:16:15 +0100 Subject: Small miscellaneous cleanups. --- video.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video.h') diff --git a/video.h b/video.h index f26cbd2..15ba976 100644 --- a/video.h +++ b/video.h @@ -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 *); -- cgit v1.2.3