mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
fix version in commit 156ef94945af30908f857d3c939c4fe6d5384b99
Origin commit data
------------------
Branch: master
Commit: e18bd9f860
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-11-01 (Mon, 01 Nov 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1396,7 +1396,7 @@ int SAM_ReadFunc(void *ptr, uint8_t *buffer, int lSize)
|
||||
if (!io->pMoovFile)
|
||||
{
|
||||
ret = (int)fread((void *) buffer, (size_t) 1, (size_t) lSize, io->pFile);
|
||||
#if (LIBAVFORMAT_VERSION_MAJOR > 58) || ((LIBAVFORMAT_VERSION_MAJOR == 79) && (LIBAVFORMAT_VERSION_MINOR > 100))
|
||||
#if (LIBAVFORMAT_VERSION_MAJOR > 58) || ((LIBAVFORMAT_VERSION_MAJOR == 58) && (LIBAVFORMAT_VERSION_MINOR > 79))
|
||||
if(ret==0)
|
||||
ret = AVERROR_EOF;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user