mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
support svg channellogos
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5d898149ec
Author: TangoCash <eric@loxat.de>
Date: 2021-11-05 (Fri, 05 Nov 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -544,7 +544,7 @@ void CPictureViewer::getSize(const char* name, int* width, int *height)
|
|||||||
|
|
||||||
bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &ChannelName, std::string &name, int *width, int *height, int enable_special_logo, bool enable_event_logo)
|
bool CPictureViewer::GetLogoName(const uint64_t &ChannelID, const std::string &ChannelName, std::string &name, int *width, int *height, int enable_special_logo, bool enable_event_logo)
|
||||||
{
|
{
|
||||||
std::string fileType[] = { ".png", ".jpg", ".gif" };
|
std::string fileType[] = { ".svg", ".png", ".jpg", ".gif" };
|
||||||
std::vector<std::string> v_path;
|
std::vector<std::string> v_path;
|
||||||
std::vector<std::string> v_file;
|
std::vector<std::string> v_file;
|
||||||
bool got_logo = false;
|
bool got_logo = false;
|
||||||
|
Reference in New Issue
Block a user