mirror of
https://github.com/mpv-player/mpv
synced 2024-12-20 05:42:19 +00:00
58497380e5
Add basic support for Matroska ordered chapters. The switching between segments is implemented as a general edit timeline that could also be used for other purposes. Some things still need improvement. In particular the current code does not try to do any proper mapping between audio/video/subtitle streams of different files and there should be options for better control of how MPlayer searches other files for the required content.
3 lines
106 B
C
3 lines
106 B
C
char **find_files(const char *original_file, const char *suffix,
|
|
int *num_results_ptr);
|