#ifndef __VD_VIDEOSTILL_H_
#define __VD_VIDEOSTILL_H_

#ifdef USE_MPDVDNAV
extern void clearsmpi(void);
extern int decode_video_still(sh_video_t *sh_video,unsigned char *start,int in_size,int drop_frame,int enable_still);
#endif

#endif