On Fri, Nov 29, 2019 at 8:21 AM Steven Liu <[email protected]> wrote: > > set the AVformatContext to NULL use av_freep before > avformat_free_context return > > Suggested-by: Andreas Rheinhardt <[email protected]> > Signed-off-by: Steven Liu <[email protected]>
This is an API and ABI change. You cannot do this. We would usually introduce a new function with the new signature and deprecate the old one, but I don't think its really worth it here. - Hendrik _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
