dividuum / info-beamer

The Multimedia Presenter for Lua (for commercial projects, use info-beamer pi instead)
https://info-beamer.com/
Other
227 stars 48 forks source link

Patch to make info-beamer compile on current Debian sid #64

Open raoulb opened 7 years ago

raoulb commented 7 years ago

https://ffmpeg.org/doxygen/2.7/pixfmt_8h.html

https://codesearch.debian.net/search?q=AV_PIX_FMT_RGB24++package%3Affmpeg https://codesearch.debian.net/search?q=avcodec_alloc_frame+package%3Affmpeg

raoulb commented 7 years ago

There are some more deprecated functions like:

video.c:254:5: warning: ‘av_free_packet’ is deprecated [-Wdeprecated-declarations]

I could try to replaced them if desired.