OSDN Git Service

avprobe: Print the display matrix from per-stream sidedata
authorMartin Storsjö <martin@martin.st>
Wed, 29 Apr 2015 13:48:26 +0000 (16:48 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 2 May 2015 19:09:09 +0000 (22:09 +0300)
commit709e1c91ea7a5bbf2b9a104642572ca7616b224f
treea596664dbd03f96fc31feecb9f7d672693601ae1
parent3080b0497ddf8549d86ee99b79ac0c15f44ee382
avprobe: Print the display matrix from per-stream sidedata

This is printed in a separate subgroup "displaymatrix" inside a
new group named "sidedata". The subgroup has got two values,
"rotation" (which is the parsed rotation from the matrix) and
"matrix" containing the full actual values.

Signed-off-by: Martin Storsjö <martin@martin.st>
avprobe.c