Re: [FFmpeg-devel] [PATCH V1 2/3] lavc/options_table: Correct the flags for AVCodecContext.flags2

2019-10-07 Thread myp...@gmail.com
On Sat, Oct 5, 2019 at 9:44 PM Michael Niedermayer wrote: > > On Fri, Oct 04, 2019 at 09:36:54PM +0800, Jun Zhao wrote: > > From: Jun Zhao > > > > Correct the flags for AVCodecContext.flags2. > > > > Signed-off-by: Jun Zhao > > --- > > libavcodec/options_table.h |4 ++-- > > 1 files changed

Re: [FFmpeg-devel] [PATCH V1 2/3] lavc/options_table: Correct the flags for AVCodecContext.flags2

2019-10-05 Thread Michael Niedermayer
On Fri, Oct 04, 2019 at 09:36:54PM +0800, Jun Zhao wrote: > From: Jun Zhao > > Correct the flags for AVCodecContext.flags2. > > Signed-off-by: Jun Zhao > --- > libavcodec/options_table.h |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael GnuPG fin

[FFmpeg-devel] [PATCH V1 2/3] lavc/options_table: Correct the flags for AVCodecContext.flags2

2019-10-04 Thread Jun Zhao
From: Jun Zhao Correct the flags for AVCodecContext.flags2. Signed-off-by: Jun Zhao --- libavcodec/options_table.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index b56e653..4b9f3ff 100644 --- a/libavcodec/