annotate libmpcodecs/dec_audio.h @ 6505:e3a166f8e81f

imported from xine, generalized, created header file, all tables moved to svq1_cb.h (was: svq1_codebooks.h) TODO: use libavcodec's MC and bit parsing routines, maybe VLC too, finally move the whole decoder to libavcodec
author arpi
date Sat, 22 Jun 2002 23:07:41 +0000
parents 39a9515c633a
children 1eadce15446c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2557
6a74454ea121 some cleanup
arpi
parents:
diff changeset
1
6a74454ea121 some cleanup
arpi
parents:
diff changeset
2 // dec_audio.c:
6a74454ea121 some cleanup
arpi
parents:
diff changeset
3 extern int init_audio(sh_audio_t *sh_audio);
6a74454ea121 some cleanup
arpi
parents:
diff changeset
4 extern int decode_audio(sh_audio_t *sh_audio,unsigned char *buf,int minlen,int maxlen);
6a74454ea121 some cleanup
arpi
parents:
diff changeset
5 extern void resync_audio_stream(sh_audio_t *sh_audio);
6a74454ea121 some cleanup
arpi
parents:
diff changeset
6 extern void skip_audio_frame(sh_audio_t *sh_audio);
6188
39a9515c633a warning fixes, patch by Ulrich Hecht <uli@suse.de>
arpi
parents: 5609
diff changeset
7 extern void uninit_audio(sh_audio_t *sh_audio);