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:
Jan Schmidt 2017-02-04 14:42:33 +11:00
parent 5e2e111627
commit 04c14de1d1

View file

@ -129,7 +129,9 @@ static const gchar *format_type_names[] = {
"eac3",
"dts",
"aac mpeg2",
"aac mpeg4"
"aac mpeg4",
"aac mpeg2 raw",
"aac mpeg4 raw"
};
#endif