2016-05-25 15:44 GMT+03:00 Anton Khirnov <[email protected]>:
> The muxer does not need to know about global headers, does it? It just > exports a flag whether they are required and it's the caller's > responsibility to generate the bitstream accordingly. Or is there > something more to it? > > No that's right. But it still means that codec has to adjust to container. The codecs are now independent of containers (you just need to tell container some information about the codec and pass along the bitstream) but there is still this one dependency. So I cannot e.g. use same codec instance to encode same content to two different containers if only one of them has global headers. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
