Hi. With the old ffmpeg version 2.0.0 I can add my custom callback to pass to avio_open function by patching the files allformats.c and file.c. Now I can't to pacth the new version 3.2.1 because I can't add to file allformats.c the line of code
REGISTER_PROTOCOL (BUFFERCALLBACK, buffercallback); Wich is now the right way to add a custom protocol as callback to use with avio_open function? Regards. -- www.denisgottardello.it Blog: https://itlnlab.com/ GMT+1 Skype: mrdebug _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
