On Sat, 29 Nov 2014, Vittorio Giovara wrote:
Alphabetically order the list by the tag to facilitate the insertion of new ones. Align the 'break' clauses to allow more space to the tag handling. --- libavformat/mov.c | 70 +++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-)
I'm not sure if the aligned break statements is an improvement, I don't see how it would help and IMO it looks worse, but others may have a different opinion. The reordering itself is ok.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
