On 06/09/2011 06:27 AM, Anton Khirnov wrote:

> It supports more convenient setting of AVOptions.
> ---
>  libavformat/avformat.h     |   28 ++++++++++++++++++-
>  libavformat/rtpenc_chain.c |    2 +-
>  libavformat/utils.c        |   63 +++++++++++++++++++++++++++++++++++--------
>  3 files changed, 78 insertions(+), 15 deletions(-)
> 
[...]
>  /**
> + * Allocate the stream private data and write the stream header to
> + * an output media file.
> + *
> + * @param s Media file handle, must be allocated with 
> avformat_alloc_context().
> + *          Its oformat field must be set to the desired output format;
> + *          pb field must be set to already openened AVIOContext.
> + * @param options  A Dictionary filled with AVFormatContext and 
> muxer-private options.


An AVDictionary filled ...

rest of the patch looks good.

-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to