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 +++
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(-)
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