mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
audiometadata.cpp: fix init
This commit is contained in:
@@ -40,6 +40,10 @@
|
|||||||
// constructor
|
// constructor
|
||||||
CAudioMetaData::CAudioMetaData()
|
CAudioMetaData::CAudioMetaData()
|
||||||
{
|
{
|
||||||
|
#ifndef ENABLE_FFMPEGDEC
|
||||||
|
layer = MAD_LAYER_III;
|
||||||
|
mode = MAD_MODE_STEREO;
|
||||||
|
#endif
|
||||||
cover_temporary = false;
|
cover_temporary = false;
|
||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user