mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 15:32:52 +02:00
fix last commit
Origin commit data
------------------
Branch: ni/coolstream
Commit: 434ea92e98
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2025-06-22 (Sun, 22 Jun 2025)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -218,7 +218,7 @@ void CFfmpegDec::DeInit(void)
|
|||||||
{
|
{
|
||||||
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(57, 83, 100)
|
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(57, 83, 100)
|
||||||
avcodec_close(c);
|
avcodec_close(c);
|
||||||
avcodec_free_context(&c);
|
av_free(c);
|
||||||
#else
|
#else
|
||||||
avcodec_free_context(&c);
|
avcodec_free_context(&c);
|
||||||
#endif
|
#endif
|
||||||
@@ -288,7 +288,7 @@ CBaseDec::RetCode CFfmpegDec::Decoder(FILE *_in, int /*OutputFd*/, State* state,
|
|||||||
mutex.lock();
|
mutex.lock();
|
||||||
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(57, 83, 100)
|
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(57, 83, 100)
|
||||||
avcodec_close(c);
|
avcodec_close(c);
|
||||||
avcodec_free_context(&c);
|
av_free(c);
|
||||||
#else
|
#else
|
||||||
avcodec_free_context(&c);
|
avcodec_free_context(&c);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user