rtpamr(de)pay: support AMR-WB SID frame
This commit is contained in:
parent
d1974e386a
commit
f5bbc56745
@ -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…
x
Reference in New Issue
Block a user