|
FFmpeg
|
Data Fields | |
| int | index |
| const char * | artist |
| const char * | title |
| int64_t | length |
| int ChapterRow::index |
Definition at line 128 of file ffplay.c.
Referenced by chapter_list_script(), compare_chapter_rows(), and event_loop().
| const char* ChapterRow::artist |
Definition at line 129 of file ffplay.c.
Referenced by chapter_list_script(), chapter_list_update_rows(), and compare_chapter_rows().
| const char* ChapterRow::title |
Definition at line 130 of file ffplay.c.
Referenced by chapter_list_script(), chapter_list_update_rows(), and compare_chapter_rows().
| int64_t ChapterRow::length |
Definition at line 131 of file ffplay.c.
Referenced by chapter_list_script(), chapter_list_update_rows(), and compare_chapter_rows().