Hi. Can someone advice, what's better to use, url_fclose() or av_close_input_file()?
I've used the url_fclose() until now according to tutorials, but it seems that av_close_input_file() actually frees a lot more, including the url_fclose(). Point is, that the comments to the function say: "Close a media file (but not its codecs)". Questions is, what is the recommended, and the non-leaking way to close files? Thanks in advance. _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
