tests: remove a wrong 'const' specifier
Fixes "error: duplicate 'const' declaration specifier"
This commit is contained in:
parent
77585fdade
commit
ccc7d7e5a3
@ -864,7 +864,7 @@ static const guint8 rtp_h265_list_gt_mtu_frame_data[] = {
|
||||
0x00, 0x10
|
||||
};
|
||||
|
||||
static const int const rtp_h265_list_gt_mtu_frame_data_size = 62;
|
||||
static const int rtp_h265_list_gt_mtu_frame_data_size = 62;
|
||||
|
||||
static const int rtp_h265_list_gt_mtu_frame_count = 1;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user