mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
driver/audiodec/ffmpegdec.cpp: fix ogg; get metadata also from streams,
ie some ogg dont have global metadata
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user