Re: [FFmpeg-devel] [PATCH 10/10] lavc/libopenh264enc: replace cabac option with coder

2020-04-10 Thread Anton Khirnov
Quoting Linjie Fu (2020-04-06 13:14:53) > Change the default option to -1 and allow the default cabac to be > decided by profile. > > Signed-off-by: Linjie Fu > --- > libavcodec/libopenh264enc.c | 27 --- > 1 file changed, 16 insertions(+), 11 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH 10/10] lavc/libopenh264enc: replace cabac option with coder

2020-04-06 Thread Linjie Fu
Change the default option to -1 and allow the default cabac to be decided by profile. Signed-off-by: Linjie Fu --- libavcodec/libopenh264enc.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc

[FFmpeg-devel] [PATCH 10/10] lavc/libopenh264enc: replace cabac option with coder

2020-04-03 Thread Linjie Fu
Change the default option to -1 and allow the default cabac to be decided by profile. Signed-off-by: Linjie Fu --- libavcodec/libopenh264enc.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/libavcodec/libopenh264enc.c b/libavcodec/libopenh264enc