Hi, On Tue, Jun 14, 2011 at 6:57 AM, Anton Khirnov <[email protected]> wrote: > It supports more convenient setting of AVOptions. > --- > libavformat/avformat.h | 30 +++++++++++++++++++- > libavformat/rtpenc_chain.c | 2 +- > libavformat/utils.c | 63 +++++++++++++++++++++++++++++++++++-------- > 3 files changed, 80 insertions(+), 15 deletions(-)
It's not quite the opposite of avformat_open_input, thus the namign is slightly off. I'd expect the output counterpart to allocate the AVFormatContext also, take a filename, open it for me with he right pb and so on. avformat_write_header5() is a better name. We can always write the real avformat_open_output later. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
