mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-28 07:50:58 +02:00
h264: don't mess with packet length
Origin commit data
------------------
Branch: master
Commit: 0c4711b209
Author: martii <m4rtii@gmx.de>
Date: 2013-07-19 (Fri, 19 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -310,7 +310,7 @@ static int PlaybackOpen(Context_t *context, char * uri) {
|
||||
|
||||
} /* upnp */
|
||||
else {
|
||||
playback_err("Unknown stream!\n");
|
||||
playback_err("Unknown stream (%s)\n", uri);
|
||||
return cERR_PLAYBACK_ERROR;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user