]> git.sesse.net Git - ffmpeg/commit
mov: Write the display matrix in order
authorVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 17 Mar 2015 17:38:48 +0000 (17:38 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 23 Mar 2015 20:53:28 +0000 (20:53 +0000)
commite4fe535d12f4f30df2dd672e30304af112a5a827
tree1ed7edafbb76a3dadaf01e190c681682f8873896
parente0046bc9c96150fa06146ace9093f06857dd7b23
mov: Write the display matrix in order

This will allow to copy the matrix as is and it is just cleaner to keep
the matrix in the same order specified by the mov standard (which is
also explicitly described in the documentation).

In order to preserve compatibility, flip the angle sign in the display API
av_display_rotation_set() and av_display_rotation_get(), and improve the
documentation mentioning the rotation direction.
libavformat/mov.c
libavutil/display.c
libavutil/display.h
libavutil/version.h