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