Searched defs:y4m_input (Results 1 – 2 of 2) sorted by relevance
25 typedef struct y4m_input y4m_input; typedef31 struct y4m_input { struct32 int pic_w;33 int pic_h;34 int fps_n;35 int fps_d;36 int par_n;37 int par_d;61 * Open the input file, treating it as Y4M. y4m_input is filled in after argument
24 typedef struct y4m_input y4m_input; typedef30 struct y4m_input { struct31 int pic_w;32 int pic_h;33 int fps_n;34 int fps_d;35 int par_n;59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument