Re: [FFmpeg-devel] [PATCH] avformat/dump: be more verbose when printing spherical metadata information

2016-12-15 Thread Michael Niedermayer
On Thu, Dec 15, 2016 at 05:20:33PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > This prints > > spherical: equirectangular, yaw=0.00, pitch=0.00, roll=0.00 > > Instead of > > spherical: equirectangular (0.00/0.00/0.00) > > libavformat/dump.c | 6 +++--

[FFmpeg-devel] [PATCH] avformat/dump: be more verbose when printing spherical metadata information

2016-12-15 Thread James Almer
Signed-off-by: James Almer --- This prints spherical: equirectangular, yaw=0.00, pitch=0.00, roll=0.00 Instead of spherical: equirectangular (0.00/0.00/0.00) libavformat/dump.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/dump.c