mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 07:22:44 +02:00
rmove unused code
Origin commit data
------------------
Branch: master
Commit: 5ae1ba0530
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-10-20 (Fri, 20 Oct 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
TangoCash
parent
fb28448d76
commit
dec022b20c
@@ -462,7 +462,6 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,
|
|||||||
mAudioStream = 0;
|
mAudioStream = 0;
|
||||||
|
|
||||||
//create playback path
|
//create playback path
|
||||||
char file[400] = {""};
|
|
||||||
bool isHTTP = false;
|
bool isHTTP = false;
|
||||||
|
|
||||||
if(!strncmp("http://", filename, 7))
|
if(!strncmp("http://", filename, 7))
|
||||||
@@ -493,10 +492,6 @@ bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/,
|
|||||||
{
|
{
|
||||||
isHTTP = true;
|
isHTTP = true;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
strcat(file, "file://");
|
|
||||||
|
|
||||||
strcat(file, filename);
|
|
||||||
|
|
||||||
if (isHTTP)
|
if (isHTTP)
|
||||||
uri = g_uri_escape_string(filename, G_URI_RESERVED_CHARS_GENERIC_DELIMITERS, true);
|
uri = g_uri_escape_string(filename, G_URI_RESERVED_CHARS_GENERIC_DELIMITERS, true);
|
||||||
|
Reference in New Issue
Block a user