Re: [FFmpeg-devel] [PATCH v3 1/2] lavf/vf_transpose: add exif orientation support

2019-05-28 Thread Jun Li
On Tue, May 28, 2019 at 7:21 AM Paul B Mahol wrote: > On 5/28/19, Jun Li wrote: > > Add exif orientation support and expose an option. > > --- > > libavfilter/hflip.h| 3 + > > libavfilter/vf_hflip.c | 43 ++--- > > libavfilter/vf_transpose.c | 173 +++

Re: [FFmpeg-devel] [PATCH v3 1/2] lavf/vf_transpose: add exif orientation support

2019-05-28 Thread Paul B Mahol
On 5/28/19, Jun Li wrote: > Add exif orientation support and expose an option. > --- > libavfilter/hflip.h| 3 + > libavfilter/vf_hflip.c | 43 ++--- > libavfilter/vf_transpose.c | 173 + > 3 files changed, 171 insertions(+), 48 deletions(-)

[FFmpeg-devel] [PATCH v3 1/2] lavf/vf_transpose: add exif orientation support

2019-05-27 Thread Jun Li
Add exif orientation support and expose an option. --- libavfilter/hflip.h| 3 + libavfilter/vf_hflip.c | 43 ++--- libavfilter/vf_transpose.c | 173 + 3 files changed, 171 insertions(+), 48 deletions(-) diff --git a/libavfilter/hflip.h b/lib