summaryrefslogtreecommitdiffstats
path: root/dec_audio.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 19:17:34 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-13 19:17:34 +0000
commitd3c88e5e514d8c96f87181c7e26a5866dc24231a (patch)
tree09a1775e86db935dc1a4436fe9611634008ae321 /dec_audio.h
parent83c10e4d6e932399f2aa25fefc7e4c09ec5d0ddb (diff)
downloadmpv-d3c88e5e514d8c96f87181c7e26a5866dc24231a.tar.bz2
mpv-d3c88e5e514d8c96f87181c7e26a5866dc24231a.tar.xz
mp_image moved to libmpcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5610 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dec_audio.h')
-rw-r--r--dec_audio.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dec_audio.h b/dec_audio.h
deleted file mode 100644
index 84be211ec3..0000000000
--- a/dec_audio.h
+++ /dev/null
@@ -1,7 +0,0 @@
-
-// dec_audio.c:
-extern int init_audio(sh_audio_t *sh_audio);
-extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen);
-extern void resync_audio_stream(sh_audio_t *sh_audio);
-extern void skip_audio_frame(sh_audio_t *sh_audio);
-