Re: [FFmpeg-devel] [PATCH 2/3 v2] lavc: Add spherical packet side data API

2016-11-16 Thread James Almer
On 11/15/2016 1:56 PM, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > Updated to use int32 for rotation. > Please CC. > Vittorio [...] > diff --git a/libavformat/dump.c b/libavformat/dump.c > index cd14625..2dd7a0a 100644 > --- a/libavformat/dump.c > +++ b/libavformat/dump.c >

[FFmpeg-devel] [PATCH 2/3 v2] lavc: Add spherical packet side data API

2016-11-15 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- Updated to use int32 for rotation. Please CC. Vittorio ffprobe.c | 18 ++ libavcodec/avcodec.h | 8 +++- libavcodec/avpacket.c | 1 + libavcodec/utils.c| 1 + libavformat/dump.c| 36 ++