On 09/08/15 22:20, Martin Storsjö wrote: > The double meaning of the faststart flag (moving a moov atom > to the start of files, making them streamable, for non-fragmented > files, vs inserting a global sidx index at the start of files > for fragmented files) is confusing - see 40ed1cbf1 for > explanation of its origins. > > Since the second meaning of the flag hasn't been part of any > libav release yet, just rename it to get rid of the confusion > without any extra deprecation (which wouldn't get rid of the > potential confusion, of users adding -movflags faststart > even for fragmented files, where it isn't needed for making > them "streamable"). > > This gets back the old behaviour, where -movflags faststart > doesn't have any effect for fragmented files. > --- > libavformat/movenc.c | 15 ++++++++------- > libavformat/movenc.h | 1 + > 2 files changed, 9 insertions(+), 7 deletions(-)
Fine by me _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
