audioringbuffer: Also add FLAC to debug strings.

Oops, also add FLAC to the debug strings array.

https://bugzilla.gnome.org/show_bug.cgi?id=777655
This commit is contained in:
Jan Schmidt 2017-02-04 14:46:00 +11:00
parent 04c14de1d1
commit 5903e2dfbb

View file

@ -131,7 +131,8 @@ static const gchar *format_type_names[] = {
"aac mpeg2",
"aac mpeg4",
"aac mpeg2 raw",
"aac mpeg4 raw"
"aac mpeg4 raw",
"flac"
};
#endif