libeplayer3: rename Content_t => Player

This commit is contained in:
martii
2014-04-06 12:11:40 +02:00
parent 70f58d2cf5
commit dd527fdfba
16 changed files with 99 additions and 102 deletions

View File

@@ -56,12 +56,11 @@ typedef struct Track_s {
Track_s() : Id(-1), language(NULL), duration(-1), avfc(NULL), stream(NULL), pending(0), is_static(0), chapter_start(0), chapter_end(0), ac3flags(-1) {}
} Track_t;
struct Context_s;
typedef struct Context_s Context_t;
struct Player;
typedef struct Manager_s {
const char *Name;
int (*Command) ( Context_t *, ManagerCmd_t, void *);
int (*Command) (Player *, ManagerCmd_t, void *);
const char **Capabilities;
} Manager_t;