FFmpeg
|
Data Fields | |
char | name [1024] |
int | duration |
struct ListEntry * | next |
char ListEntry::name[1024] |
Definition at line 34 of file hlsenc.c.
Referenced by append_entry(), and hls_window().
int ListEntry::duration |
Definition at line 35 of file hlsenc.c.
Referenced by append_entry(), and hls_window().
struct ListEntry* ListEntry::next |
Definition at line 36 of file hlsenc.c.
Referenced by append_entry(), free_entries(), and hls_window().