mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
rtpamr(de)pay: support AMR-WB SID frame
This commit is contained in:
parent
d1974e386a
commit
f5bbc56745
2 changed files with 2 additions and 2 deletions
|
@ -267,7 +267,7 @@ static gint nb_frame_size[16] = {
|
|||
|
||||
static gint wb_frame_size[16] = {
|
||||
17, 23, 32, 36, 40, 46, 50, 58,
|
||||
60, -1, -1, -1, -1, -1, -1, 0
|
||||
60, 5, -1, -1, -1, -1, -1, 0
|
||||
};
|
||||
|
||||
static GstBuffer *
|
||||
|
|
|
@ -186,7 +186,7 @@ static gint nb_frame_size[16] = {
|
|||
|
||||
static gint wb_frame_size[16] = {
|
||||
17, 23, 32, 36, 40, 46, 50, 58,
|
||||
60, -1, -1, -1, -1, -1, -1, 0
|
||||
60, 5, -1, -1, -1, -1, -1, 0
|
||||
};
|
||||
|
||||
static GstFlowReturn
|
||||
|
|
Loading…
Reference in a new issue