experimental yt cache (currently no gui integration)

Conflicts:
	src/gui/moviebrowser.cpp
	src/gui/movieinfo.cpp
	src/system/Makefile.am


Origin commit data
------------------
Branch: ni/coolstream
Commit: 70e5e66327
Author: martii <m4rtii@gmx.de>
Date: 2013-06-12 (Wed, 12 Jun 2013)



------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-12 17:16:22 +02:00
committed by [CST] Focus
parent eddbe6d227
commit 7470abe911
9 changed files with 412 additions and 84 deletions

View File

@@ -62,7 +62,7 @@ class cYTVideoInfo
bool ret;
void Dump();
std::string GetUrl(int fmt = 0, bool mandatory = true);
std::string GetUrl(int *fmt = NULL, bool mandatory = true);
};