libavformat: Add a function for freeing an AVFormatContext
authorMartin Storsjö <martin@martin.st>
Fri, 4 Feb 2011 10:04:16 +0000 (12:04 +0200)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 4 Feb 2011 16:29:41 +0000 (11:29 -0500)
commitf124b087eea442b65d809582527dfb5092a3463c
tree6e6dcd28660d2d0c6d22ec41e97b8c372053b801
parent1338dc082354b87c0e26f7f2ab09df5964b7f993
libavformat: Add a function for freeing an AVFormatContext

This function is useful for freeing data structures allocated by
muxers, which currently have to be freed manually by the caller.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
libavformat/avformat.h
libavformat/utils.c
libavformat/version.h