matroskamux: Opus headers are not in-band
https://bugzilla.gnome.org/show_bug.cgi?id=727305
This commit is contained in:
parent
7b17615da8
commit
b34574d829
@ -1621,7 +1621,8 @@ opus_streamheader_to_codecdata (const GValue * streamheader,
|
|||||||
if (bufarr->len != 1 && bufarr->len != 2)
|
if (bufarr->len != 1 && bufarr->len != 2)
|
||||||
goto wrong_count;
|
goto wrong_count;
|
||||||
|
|
||||||
context->xiph_headers_to_skip = bufarr->len;
|
/* Opus headers are not in-band */
|
||||||
|
context->xiph_headers_to_skip = 0;
|
||||||
|
|
||||||
bufval = &g_array_index (bufarr, GValue, 0);
|
bufval = &g_array_index (bufarr, GValue, 0);
|
||||||
if (G_VALUE_TYPE (bufval) != GST_TYPE_BUFFER) {
|
if (G_VALUE_TYPE (bufval) != GST_TYPE_BUFFER) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user