save cover if available, report avfc to streaminfo2

This commit is contained in:
TangoCash
2020-09-16 21:40:39 +02:00
committed by Thilo Graf
parent ecb34f1cd1
commit e1c1c07b0d
4 changed files with 62 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ class cPlayback
std::string fn_xml;
off64_t last_size;
int init_jump;
AVFormatContext *avft;
public:
cPlayback(int num = 0);
~cPlayback();