jc-kynesim / rpi-ffmpeg

FFmpeg work for RPI
Other
107 stars 25 forks source link

rtpenc: Fix building with GCC 14 #83

Closed chewi closed 4 months ago

chewi commented 4 months ago

This incompatible pointer type issue became a fatal error in GCC 14. The AVBuffer API started using size_t in 5.0 with ef6a9e5e.