audioringbuffer: Prevent overflow of debug names array
Add new audio types to the list of strings used for debug so we don't index past the end of that array. https://bugzilla.gnome.org/show_bug.cgi?id=777655
This commit is contained in:
parent
5e2e111627
commit
04c14de1d1
@ -129,7 +129,9 @@ static const gchar *format_type_names[] = {
|
|||||||
"eac3",
|
"eac3",
|
||||||
"dts",
|
"dts",
|
||||||
"aac mpeg2",
|
"aac mpeg2",
|
||||||
"aac mpeg4"
|
"aac mpeg4",
|
||||||
|
"aac mpeg2 raw",
|
||||||
|
"aac mpeg4 raw"
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user