mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 07:50:58 +02:00
add libeplayer3-arm test
Origin commit data
------------------
Branch: master
Commit: b75f8393c2
Author: max_10 <max_10@gmx.de>
Date: 2017-12-16 (Sat, 16 Dec 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
29
libeplayer3-arm/include/common.h
Normal file
29
libeplayer3-arm/include/common.h
Normal file
@@ -0,0 +1,29 @@
|
||||
#ifndef COMMON_H_
|
||||
#define COMMON_H_
|
||||
|
||||
#include<stdint.h>
|
||||
|
||||
#include "container.h"
|
||||
#include "output.h"
|
||||
#include "manager.h"
|
||||
#include "playback.h"
|
||||
#include <pthread.h>
|
||||
|
||||
typedef char PlayFilesTab_t[2];
|
||||
|
||||
typedef struct PlayFiles_t
|
||||
{
|
||||
char *szFirstFile;
|
||||
char *szSecondFile;
|
||||
} PlayFiles_t;
|
||||
|
||||
typedef struct Context_s
|
||||
{
|
||||
PlaybackHandler_t *playback;
|
||||
ContainerHandler_t *container;
|
||||
OutputHandler_t *output;
|
||||
ManagerHandler_t *manager;
|
||||
} Context_t;
|
||||
|
||||
int container_ffmpeg_update_tracks(Context_t *context, char *filename, int initial);
|
||||
#endif
|
Reference in New Issue
Block a user