Searched defs:y4m_input (Results 1 – 1 of 1) sorted by relevance
20 typedef struct y4m_input y4m_input; typedef30 struct y4m_input{ struct31 int pic_w;32 int pic_h;56 int y4m_input_open(y4m_input *_y4m,FILE *_fin,char *_skip,int _nskip); argument