mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 06:52:43 +02:00
small fix
Origin commit data
------------------
Branch: master
Commit: 2b2db522fa
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2025-07-19 (Sat, 19 Jul 2025)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
* due to this we set own which use fopen/fread from
|
||||
* std library.
|
||||
*/
|
||||
#define USE_CUSTOM_IO
|
||||
#define USE_CUSTOM_IO 1
|
||||
|
||||
/* Error Constants */
|
||||
#define cERR_CONTAINER_FFMPEG_NO_ERROR 0
|
||||
@@ -93,7 +93,9 @@ static pthread_t PlayThread;
|
||||
static int32_t hasPlayThreadStarted = 0;
|
||||
|
||||
static AVFormatContext *avContextTab[IPTV_AV_CONTEXT_MAX_NUM] = {NULL, NULL};
|
||||
#ifdef USE_CUSTOM_IO
|
||||
static int32_t use_custom_io[IPTV_AV_CONTEXT_MAX_NUM] = {0, 0};
|
||||
#endif
|
||||
static AVDictionary *g_avio_opts = NULL;
|
||||
|
||||
static int64_t latestPts = 0;
|
||||
|
Reference in New Issue
Block a user