Coder Social home page Coder Social logo

Comments (4)

ldhacker avatar ldhacker commented on June 22, 2024

Apparently, they fixed this in a newer version of ffmpeg.

Line from lilliput mem.h (Line 341):
av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size);

Line from latest git repo on ffmpeg website (Line 348 at https://git.ffmpeg.org/gitweb/ffmpeg.git/tree/HEAD:/libavutil):
int av_reallocp_array(void *ptr, size_t nmemb, size_t size);

Commit that fixed the issue: https://git.ffmpeg.org/gitweb/ffmpeg.git/commit/4361293fcf59edb56879c36edcd25f0a91e0edf8

from lilliput.

ldhacker avatar ldhacker commented on June 22, 2024

I noticed that the same file is being used in the OSX version. Could a ffmpeg version bump fix this?

from lilliput.

SilverTee avatar SilverTee commented on June 22, 2024

Same on 20.04 LTS (Focal Fossa) :(

from lilliput.

kim-hetrafi avatar kim-hetrafi commented on June 22, 2024

Sounds like the package distros need to be rebuilt with newer ffmpeg? up to date Arch distro affected so doesn't seem like local ffmpeg version matters

from lilliput.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.