mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
libeplayer3: run through indent, no binary change
Origin commit data
------------------
Branch: master
Commit: 2d652aab01
Author: martii <m4rtii@gmx.de>
Date: 2013-11-21 (Thu, 21 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -8,11 +8,12 @@
|
||||
#include <pthread.h>
|
||||
|
||||
typedef struct Context_s {
|
||||
PlaybackHandler_t * playback;
|
||||
ContainerHandler_t * container;
|
||||
OutputHandler_t * output;
|
||||
ManagerHandler_t * manager;
|
||||
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);
|
||||
int container_ffmpeg_update_tracks(Context_t * context, char *filename,
|
||||
int initial);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user