mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
ffmpegdec fix possible memleak (thx DboxOldie)
This commit is contained in:
@@ -61,12 +61,12 @@ private:
|
||||
void DeInit(void);
|
||||
void GetMeta(AVDictionary * metadata);
|
||||
|
||||
std::string title;
|
||||
std::string artist;
|
||||
std::string date;
|
||||
std::string album;
|
||||
std::string genre;
|
||||
std::string type_info;
|
||||
std::string title;
|
||||
std::string artist;
|
||||
std::string date;
|
||||
std::string album;
|
||||
std::string genre;
|
||||
std::string type_info;
|
||||
time_t total_time;
|
||||
int bitrate;
|
||||
int samplerate;
|
||||
|
Reference in New Issue
Block a user