On Thu, 4 Sep 2014, Martin Storsjö wrote:
On Thu, 4 Sep 2014, Mika Raento wrote:+ if (fragment_ret != 0) { + fprintf(stderr, "failed fragment %d\n", j); + ret = fragment_ret; + }Technically this is also a behaviour change from before - previously these errors were ignored. But this was ignored more due to lazyness than intentionally, so I guess it's ok to add it here.
I forgot to mention - it'd be extra nice to print the filename (track->name) and track id here as well, not just the track index (which covers all the tracks in all the input files).
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
