FFmpegfs Fuse Multi Media Filesystem 2.16
|
Video CD and Super Video CD parser. More...
Go to the source code of this file.
Functions | |
int | check_vcd (const std::string &path, void *buf=nullptr, fuse_fill_dir_t filler=nullptr) |
Get number of chapters on S/VCD. More... | |
Video CD and Super Video CD parser.
This is only available if built with -DUSE_LIBVCD parameter.
Definition in file vcdparser.h.
int check_vcd | ( | const std::string & | path, |
void * | buf = nullptr , |
||
fuse_fill_dir_t | filler = nullptr |
||
) |
Get number of chapters on S/VCD.
[in] | path | - Path to check |
[in,out] | buf | - The buffer passed to the readdir() operation. |
[in,out] | filler | - Function to add an entry in a readdir() operation (see https://libfuse.github.io/doxygen/fuse_8h.html#a7dd132de66a5cc2add2a4eff5d435660) |
Definition at line 159 of file vcdparser.cc.
References add_dotdot(), append_sep(), check_path(), load_path(), parse_vcd(), and Logging::trace().
Referenced by ffmpegfs_getattr(), and ffmpegfs_readdir().