view spudec.h @ 2947:987c77cbb4de

last part of changes since around configure 230 applied (lirc in autodetect, VO2 support) blocks sorted for ao/vo (video/video+audio/audio)
author pl
date Sat, 17 Nov 2001 11:26:26 +0000
parents 36fd71db0d33
children 24d3dca4e813
line wrap: on
line source

#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H

void spudec_process_control(unsigned char *, int, int*, int*);
void spudec_decode(unsigned char *packet,int len);

#endif