mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3, libspark/playback_libeplayer3: chapter support
Origin commit data
------------------
Branch: master
Commit: 450ac45c30
Author: martii <m4rtii@gmx.de>
Date: 2013-12-23 (Mon, 23 Dec 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -59,6 +59,8 @@ typedef struct Track_s {
|
||||
int inject_raw_pcm;
|
||||
|
||||
int pending;
|
||||
long long int chapter_start;
|
||||
long long int chapter_end;
|
||||
} Track_t;
|
||||
|
||||
typedef struct Manager_s {
|
||||
@@ -75,6 +77,7 @@ typedef struct ManagerHandler_s {
|
||||
Manager_t *subtitle;
|
||||
Manager_t *dvbsubtitle;
|
||||
Manager_t *teletext;
|
||||
Manager_t *chapter;
|
||||
} ManagerHandler_t;
|
||||
|
||||
void freeTrack(Track_t * track);
|
||||
|
Reference in New Issue
Block a user