Le sextidi 6 prairial, an CCXXIV, Ben Woods a écrit : > I am not particularly familiar with the libmediascan code base, but the > offending part of the code that is trying to use ff_mov_demuxer seems to be > found here: > https://github.com/andygrundman/libmediascan/blob/master/src/mediascan.c#L173
Indeed. This code is completely abusing FFmpeg's internal APIs. > Any clues as to how this should be made to work with FFmpeg? You will probably need to remove all the customized registering and replace with normal libavformat and libavcodec initialization, and then query the demuxers with av_find_input_format(). Regards, -- Nicolas George _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
