02-15-2025, 02:21 AM
On second thought:
The version we use works, or at least mostly of the plugins seem to work correctly.
The problem is that as you stated) from ffmpeg 0.5 to ffmpeg 7.1 (I think is the last version) a lot of library changed (obviously) in the declarations. If we had a map/list on how to do the compatibility backward, it could be fixed (it seems that just a couple of files require them, for example libgapvidapi/gap_vid_api_ffmpeg.c).
I guess that's all, unless someone spawns knowing/understanding how in ffmpeg audioconvert.h and imgconvert.h changed and all the definitions inside.
The version we use works, or at least mostly of the plugins seem to work correctly.
The problem is that as you stated) from ffmpeg 0.5 to ffmpeg 7.1 (I think is the last version) a lot of library changed (obviously) in the declarations. If we had a map/list on how to do the compatibility backward, it could be fixed (it seems that just a couple of files require them, for example libgapvidapi/gap_vid_api_ffmpeg.c).
I guess that's all, unless someone spawns knowing/understanding how in ffmpeg audioconvert.h and imgconvert.h changed and all the definitions inside.