On Sat, May 11, 2019 at 3:14 AM Vignesh Venkatasubramanian
wrote:
>
> From: Jun Zhao
> Date: Fri, May 10, 2019 at 9:06 AM
> To:
> Cc: Jun Zhao
>
> > From: Jun Zhao
> >
> > Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
> > more clearly.
> >
> > Signed-off-by: Jun Zhao
> >
From: Jun Zhao
Date: Fri, May 10, 2019 at 9:06 AM
To:
Cc: Jun Zhao
> From: Jun Zhao
>
> Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
> more clearly.
>
> Signed-off-by: Jun Zhao
> ---
> libavcodec/libvpxenc.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
From: Jun Zhao
Redundant condition: '!A || B' is equivalent to '!A || (A && B)' but
more clearly.
Signed-off-by: Jun Zhao
---
libavcodec/libvpxenc.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index c823b8a..feb52ea