diff --git a/src/input/r_mpeg_ts.h b/src/input/r_mpeg_ts.h index 59fbb84bc..5b2597388 100644 --- a/src/input/r_mpeg_ts.h +++ b/src/input/r_mpeg_ts.h @@ -93,8 +93,7 @@ typedef struct { } mpeg_ts_pmt_pid_info_t; /* PES header */ -typedef struct -{ +typedef struct { unsigned char packet_start_code_prefix_2msb; unsigned char packet_start_code_prefix_1msb; unsigned char packet_start_code_prefix_lsb;