tests: remove a wrong 'const' specifier

Fixes "error: duplicate 'const' declaration specifier"
This commit is contained in:
Josep Torra 2016-08-26 21:14:47 +02:00
parent 77585fdade
commit ccc7d7e5a3

View file

@ -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;