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

ie some ogg dont have global metadata


Origin commit data
------------------
Branch: ni/coolstream
Commit: 294766e4d5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-12-03 17:49:22 +04:00
parent f72be84e08
commit 03ada2fc7a
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;