driver/audiodec/ffmpegdec.cpp: fix ogg; get metadata also from streams,

ie some ogg dont have global metadata
This commit is contained in:
[CST] Focus
2013-12-03 17:49:22 +04:00
parent 6aab9783f1
commit 294766e4d5
2 changed files with 43 additions and 29 deletions

View File

@@ -59,6 +59,7 @@ private:
void *in;
bool Init(void *_in, const CFile::FileType ft);
void DeInit(void);
void GetMeta(AVDictionary * metadata);
std::string title;
std::string artist;