[FFmpeg-devel] [PATCH] lavc/h265_profile_level: Fix the default profile in ff_h265_guess_level

2020-01-08 Thread Linjie Fu
Default to use multiplication factors for Main profile. Introduced since cd3578a8e4e11e0ba021e621367a7974d6de5da0. Fixed the notation at the same time. Signed-off-by: Linjie Fu --- libavcodec/h265_profile_level.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcode

[FFmpeg-devel] [PATCH] lavc/h265_profile_level: Fix the default profile in ff_h265_guess_level

2020-01-14 Thread Linjie Fu
Default to use multiplication factors for Main profile. Introduced since cd3578a8e4e11e0ba021e621367a7974d6de5da0. Fixed the notation at the same time. Signed-off-by: Linjie Fu --- libavcodec/h265_profile_level.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcode

Re: [FFmpeg-devel] [PATCH] lavc/h265_profile_level: Fix the default profile in ff_h265_guess_level

2020-02-01 Thread Mark Thompson
On 15/01/2020 06:54, Linjie Fu wrote: > Default to use multiplication factors for Main profile. > > Introduced since cd3578a8e4e11e0ba021e621367a7974d6de5da0. > > Fixed the notation at the same time. > > Signed-off-by: Linjie Fu > --- > libavcodec/h265_profile_level.c | 4 ++-- > 1 file change