Quoting Luca Barbato (2014-10-23 12:07:05)
> On 30/09/14 11:12, Anton Khirnov wrote:
> > Quoting Luca Barbato (2014-09-27 18:54:47)
> >> Certain protocols such as http make use of the mime information to
> >> deliver it to the application.
> >> ---
> >>
> >> I'm trying to think if there are other options that should be forwarded,
> >> since that would warrant providing a function to copy over all the useful
> >> information.
> >>
> > 
> > I'm wondering if there could be any problem with doing this in
> > av_write_header().
> > 
> 
> It is not possible, see the avformat_open_output set for a way to do that.
> 
> Can you please check why setting a option on the output dictionary
> triggers the spurious option assert in the input dictionary?

It's not spurious -- you're setting an option that is not used.
The solution is ot not to set the option unless yo know it will be used.

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

Reply via email to