On Thu, Jun 09, 2011 at 12:27:56PM +0200, Anton Khirnov wrote:
> It supports more convenient setting of AVOptions.
> ---
> 
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -1350,6 +1355,22 @@ void av_url_split(char *proto,         int proto_size,
>  
>  /**
> + * 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.

its pb field must be set to an already opened AVIOContext.

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

Reply via email to