On Tue, 20 Jan 2015, Martin Storsjö wrote:
This way, the caller doesn't need to coordinate setting the option after the moov atom has been written. The downside is that it is no longer possible to use the option for checking whether the moov atom already has been written, but a caller is able to keep track of that by other means anyway. --- libavformat/movenc.c | 17 +++++++++-------- libavformat/movenc.h | 1 + 2 files changed, 10 insertions(+), 8 deletions(-)
Opinions on this one? (I almost forgot about it.) It simplifies the use of the fragment_index option, for setting the fragment index to start at. Currently you can only set it _after_ the avformat_write_header call.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
