summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 01:28:32 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-26 01:28:32 +0000
commite8cc8584f11c70dbbfe9c28211aa763964167576 (patch)
tree5380f44dcd836e596f67d8fd4075e1078aa606ca /codec-cfg.h
parent0520689fa6f70f1fbab522af1d6dbd7e2de0053b (diff)
downloadmpv-e8cc8584f11c70dbbfe9c28211aa763964167576.tar.bz2
mpv-e8cc8584f11c70dbbfe9c28211aa763964167576.tar.xz
new func: select_codec() - disables codec by name
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7506 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 24a0d87330..4d97dccb5b 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -61,6 +61,7 @@ int parse_codec_cfg(char *cfgfile);
codecs_t* find_video_codec(unsigned int fourcc, unsigned int *fourccmap, codecs_t *start);
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 select_codec(char* codecname,int audioflag);
void list_codecs(int audioflag);
void codecs_reset_selection(int audioflag);