audiometadata.cpp: fix init

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8a23359c4a
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2020-01-18 (Sat, 18 Jan 2020)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2020-01-18 00:10:20 +01:00
committed by vanhofen
parent b90fc3b6fa
commit 448f22d28c

View File

@@ -40,6 +40,10 @@
// constructor
CAudioMetaData::CAudioMetaData()
{
#ifndef ENABLE_FFMPEGDEC
layer = MAD_LAYER_III;
mode = MAD_MODE_STEREO;
#endif
cover_temporary = false;
clear();
}