annotate dec_audio.h @ 5052:6f28d6ccbd91

Using yv12_to_yuy2 sw convertor for cards which have no native yv12 support ffdivx: vosub_vidix: WARNING!!! Using YV12 to YUY2 SW convertion TOTAL BENCHMARK: from 1001 frames should be dropped: 248 at least divxds: TOTAL BENCHMARK: from 1001 frames should be dropped: 429 at least
author nick
date Tue, 12 Mar 2002 07:31:41 +0000
parents 6a74454ea121
children
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);
6a74454ea121 some cleanup
arpi
parents:
diff changeset
7