mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: remove a wrong 'const' specifier
Fixes "error: duplicate 'const' declaration specifier"
This commit is contained in:
parent
77585fdade
commit
ccc7d7e5a3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue