Searched defs:y4m_input (Results 1 – 1 of 1) sorted by relevance
26 typedef struct y4m_input y4m_input; typedef36 struct y4m_input { struct37 int pic_w;38 int pic_h;39 int fps_n;40 int fps_d;41 int par_n;65 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument