mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3-arm: Code formatting
This commit is contained in:
@@ -35,7 +35,6 @@ typedef enum
|
||||
CT_VP9
|
||||
} video_codec_type_t;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
STREAMTYPE_UNKNOWN = -1,
|
||||
@@ -57,8 +56,6 @@ typedef enum
|
||||
STREAMTYPE_SPARK = 21,
|
||||
} video_stream_type_t;
|
||||
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
AUDIOTYPE_UNKNOWN = -1,
|
||||
@@ -78,8 +75,4 @@ typedef enum
|
||||
AUDIOTYPE_RAW = 0xf
|
||||
} audio_stream_type_t;
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* H_DVB_BCM_H */
|
||||
|
||||
|
@@ -26,4 +26,5 @@ typedef struct Context_s
|
||||
} Context_t;
|
||||
|
||||
int container_ffmpeg_update_tracks(Context_t *context, char *filename, int initial);
|
||||
|
||||
#endif
|
||||
|
@@ -63,7 +63,6 @@ typedef struct
|
||||
char *type;
|
||||
} SubtitleOut_t;
|
||||
|
||||
|
||||
typedef struct Output_s
|
||||
{
|
||||
char *Name;
|
||||
|
@@ -12,10 +12,8 @@
|
||||
#define PES_START_CODE_RESERVED_4 0xfd
|
||||
#define PES_VERSION_FAKE_START_CODE 0x31
|
||||
|
||||
|
||||
#define MAX_PES_PACKET_SIZE (65535)
|
||||
|
||||
|
||||
/* start codes */
|
||||
#define PCM_PES_START_CODE 0xbd
|
||||
#define PRIVATE_STREAM_1_PES_START_CODE 0xbd
|
||||
|
@@ -92,7 +92,6 @@ typedef enum
|
||||
VIDEO_ENCODING_PRIVATE
|
||||
} video_encoding_t;
|
||||
|
||||
|
||||
/*
|
||||
* List of possible audio encodings - used to select frame parser and codec.
|
||||
*/
|
||||
@@ -199,7 +198,6 @@ typedef struct dvb_play_info_s
|
||||
typedef dvb_play_info_t video_play_info_t;
|
||||
typedef dvb_play_info_t audio_play_info_t;
|
||||
|
||||
|
||||
typedef enum
|
||||
{
|
||||
#define DVB_OPTION_VALUE_DISABLE 0
|
||||
@@ -285,7 +283,6 @@ typedef enum
|
||||
// Legacy typo correction
|
||||
#define DVP_OPTION_H264_FORCE_PIC_ORDER_CNT_IGNORE_DPB_DISPLAY_FRAME_ORDERING DVB_OPTION_H264_FORCE_PIC_ORDER_CNT_IGNORE_DPB_DISPLAY_FRAME_ORDERING
|
||||
|
||||
|
||||
typedef dvb_option_t video_option_t;
|
||||
|
||||
/* Decoder commands */
|
||||
@@ -296,7 +293,6 @@ typedef dvb_option_t video_option_t;
|
||||
#define VIDEO_CMD_SET_OPTION (4)
|
||||
#define VIDEO_CMD_GET_OPTION (5)
|
||||
|
||||
|
||||
/* Flags for VIDEO_CMD_FREEZE */
|
||||
#define VIDEO_CMD_FREEZE_TO_BLACK (1 << 0)
|
||||
|
||||
|
@@ -24,8 +24,6 @@ typedef struct
|
||||
unsigned int InfoFlags;
|
||||
} WriterAVCallData_t;
|
||||
|
||||
|
||||
|
||||
typedef struct WriterCaps_s
|
||||
{
|
||||
char *name;
|
||||
|
Reference in New Issue
Block a user