ffmpegdec fix possible memleak (thx DboxOldie)

This commit is contained in:
BPanther
2019-03-04 21:58:37 +01:00
committed by Thilo Graf
parent 052d9c07f5
commit d1f4f82f6a
2 changed files with 15 additions and 15 deletions

View File

@@ -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;