OSDN Git Service

libavformat: Add a function for freeing an AVFormatContext
authorMartin Storsjö <martin@martin.st>
Fri, 4 Feb 2011 10:04:16 +0000 (12:04 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 6 Feb 2011 19:31:44 +0000 (20:31 +0100)
commit4ed68fdfdc19705a09c99b93ec4a54167837a52a
treef577cef4ba215d001b50385964ae452c18809711
parent173f19be75a98fbfcf58a7e99871058232dc9dc2
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>
(cherry picked from commit f124b087eea442b65d809582527dfb5092a3463c)
libavformat/avformat.h
libavformat/utils.c
libavformat/version.h