Home
last modified time | relevance | path

Searched refs:video_in_files (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.h111 TCGlob *video_in_files; member
H A Dtranscode.c173 vob->video_in_file = tc_glob_next(vob->video_in_files); in tc_next_video_in_file()
194 ret = tc_glob_has_more(vob->video_in_files); in tc_has_more_video_in_file()
1202 vob->video_in_files = tc_glob_open(vob->video_in_file, 0); in setup_input_sources()
1203 if (vob->video_in_files) { in setup_input_sources()
1223 if (vob->video_in_files) { in teardown_input_sources()
1224 tc_glob_close(vob->video_in_files); in teardown_input_sources()
1225 vob->video_in_files = NULL; in teardown_input_sources()