summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-30 10:09:52 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-10-30 10:09:52 +0000
commitb4918b7baefdfd928517f91861ffe64fafcdbb4a (patch)
treeeaef4fda11c99876aee82109c4805f255f01d775 /codec-cfg.h
parentbf90e119552cec7f826d7a80bfccbe878a6467bf (diff)
downloadmpv-b4918b7baefdfd928517f91861ffe64fafcdbb4a.tar.bz2
mpv-b4918b7baefdfd928517f91861ffe64fafcdbb4a.tar.xz
Memory Free function Fix, based on patch by Wei Jiang <jiangw98@yahoo.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13808 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index fc1f1a4856..dd4905a47a 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -65,5 +65,6 @@ codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,codecs_t *start
void select_codec(char* codecname,int audioflag);
void list_codecs(int audioflag);
void codecs_reset_selection(int audioflag);
+void codecs_uninit_free();
#endif