More work on initial implementation.
[frameshot.git] / input / y4m.h
blob247533dce2069d2f0228d6b61509a44810df8a93
2 int open_file_y4m( char *psz_filename, hnd_t *p_handle );
3 int read_frame_y4m( hnd_t handle, picture_t *p_pic, int i_frame );
4 int close_file_y4m( hnd_t handle );