y4minput.h | 20 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input 25 typedef void (*y4m_convert_func)(y4m_input *_y4m, 30 struct y4m_input{ struct 56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip); 57 void y4m_input_close(y4m_input *_y4m); 58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
|