mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer/playback: initialize length to -1
Origin commit data
------------------
Branch: master
Commit: 6e74f47285
Author: martii <m4rtii@gmx.de>
Date: 2012-11-12 (Mon, 12 Nov 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -850,7 +850,11 @@ static int PlaybackLength(Context_t *context, double* length) {
|
|||||||
|
|
||||||
playback_printf(20, "\n");
|
playback_printf(20, "\n");
|
||||||
|
|
||||||
|
#ifdef MARTII
|
||||||
|
*length = -1;
|
||||||
|
#else
|
||||||
*length = 0;
|
*length = 0;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (context->playback->isPlaying) {
|
if (context->playback->isPlaying) {
|
||||||
if (context->container && context->container->selectedContainer)
|
if (context->container && context->container->selectedContainer)
|
||||||
|
Reference in New Issue
Block a user