ytparser/moviebrowser: add option for selecting prefered quality

Origin commit data
------------------
Branch: ni/coolstream
Commit: e01e96c1ac
Author: martii <m4rtii@gmx.de>
Date: 2013-06-09 (Sun, 09 Jun 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-06-09 09:31:57 +02:00
committed by [CST] Focus
parent b6a01d2000
commit 742122d110
8 changed files with 34 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ class cYTVideoInfo
yt_urlmap_t formats;
void Dump();
std::string GetUrl(int fmt = 0);
std::string GetUrl(int fmt = 0, bool mandatory = true);
};