summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:07:27 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-25 03:07:27 +0000
commitfbf84aa57e07132c26490e543146d262db2ae4a1 (patch)
tree5d34f62647ef11067e8b2db6aa5d9cfec4eb55ca /codec-cfg.h
parent43d70441a6708604acbeb13ba4395996be870fad (diff)
downloadmpv-fbf84aa57e07132c26490e543146d262db2ae4a1.tar.bz2
mpv-fbf84aa57e07132c26490e543146d262db2ae4a1.tar.xz
use codec selection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5327 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 7381a9e501..9157900981 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -104,5 +104,6 @@ codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_
codecs_t* find_audio_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
codecs_t* find_codec(unsigned int fourcc,unsigned int *fourccmap,codecs_t *start,int audioflag);
void list_codecs(int audioflag);
+void codecs_reset_selection(int audioflag);
#endif