Re: [FFmpeg-devel] [PATCH v2 1/2] lavu/display: add av_display_rotation_hflip_get and bump version

2019-05-16 Thread Jun Li
On Wed, May 15, 2019 at 3:22 PM Michael Niedermayer wrote: > On Tue, May 14, 2019 at 10:36:44PM -0700, Jun Li wrote: > > Add av_display_rotation_hflip_get to get information whether the > > matrix indicates horizontal flip. > > --- > > doc/APIchanges| 3 +++ > > libavutil/display.c

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu/display: add av_display_rotation_hflip_get and bump version

2019-05-15 Thread Michael Niedermayer
On Tue, May 14, 2019 at 10:36:44PM -0700, Jun Li wrote: > Add av_display_rotation_hflip_get to get information whether the > matrix indicates horizontal flip. > --- > doc/APIchanges| 3 +++ > libavutil/display.c | 14 ++ > libavutil/display.h | 14