mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
rtp: whitespace fixes
This commit is contained in:
parent
8ab76351d8
commit
6a53d0a2c9
2 changed files with 14 additions and 12 deletions
|
@ -270,6 +270,7 @@ static gint nb_frame_size[16] = {
|
|||
12, 13, 15, 17, 19, 20, 26, 31,
|
||||
5, -1, -1, -1, -1, -1, -1, 0
|
||||
};
|
||||
|
||||
static gint wb_frame_size[16] = {
|
||||
17, 23, 32, 36, 40, 46, 50, 58,
|
||||
60, -1, -1, -1, -1, -1, -1, 0
|
||||
|
|
|
@ -188,6 +188,7 @@ static gint nb_frame_size[16] = {
|
|||
12, 13, 15, 17, 19, 20, 26, 31,
|
||||
5, -1, -1, -1, -1, -1, -1, 0
|
||||
};
|
||||
|
||||
static gint wb_frame_size[16] = {
|
||||
17, 23, 32, 36, 40, 46, 50, 58,
|
||||
60, -1, -1, -1, -1, -1, -1, 0
|
||||
|
|
Loading…
Reference in a new issue