mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libeplayer3-arm: Code formatting
This commit is contained in:
@@ -34,8 +34,8 @@ typedef struct Track_s
|
||||
int32_t AVIdx;
|
||||
|
||||
/* new field for ffmpeg - add at the end so no problem
|
||||
* can occur with not changed srt saa container
|
||||
*/
|
||||
* can occur with not changed srt saa container
|
||||
*/
|
||||
char *language;
|
||||
|
||||
/* length of track */
|
||||
|
@@ -86,4 +86,5 @@ Writer_t *getDefaultVideoWriter();
|
||||
Writer_t *getDefaultAudioWriter();
|
||||
ssize_t write_with_retry(int fd, const void *buf, size_t size);
|
||||
ssize_t writev_with_retry(int fd, const struct iovec *iov, size_t ic);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user