[FFmpeg-devel] [PATCH] Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc

2021-07-21 Thread Anselm Busse
This commit fixes the bug as report in https://trac.ffmpeg.org/ticket/9231 by removing the line that overwrites the user settings for max_b_frames. Signed-off-by: Anselm Busse --- libavcodec/videotoolboxenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/videotoolboxenc.c b/liba

Re: [FFmpeg-devel] [PATCH] Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc

2021-08-13 Thread Anselm Busse
Hey everyone, I posted this patch almost a month ago and got no reaction. Is there anything else I have to/can do to get this fix merged? I’m a little bit worried that it gets lost. - Anselm > Am 21.07.2021 um 20:00 schrieb Anselm Busse : > > This commit fixes the bug as report in https://tra

Re: [FFmpeg-devel] [PATCH] Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc

2021-08-13 Thread zhilizhao(赵志立)
> On Aug 13, 2021, at 3:00 PM, Anselm Busse wrote: > > Hey everyone, > > I posted this patch almost a month ago and got no reaction. Is there anything > else I have to/can do to get this fix merged? I’m a little bit worried that > it gets lost. LGTM. > > - Anselm > >> Am 21.07.2021 um 20

Re: [FFmpeg-devel] [PATCH] Fix for bug #9231: B-frames parameter is ignored in videotoolboxenc

2021-08-13 Thread Rick Kern
On Fri, Aug 13, 2021 at 5:39 AM "zhilizhao(赵志立)" wrote: > > > > On Aug 13, 2021, at 3:00 PM, Anselm Busse > wrote: > > > > Hey everyone, > > > > I posted this patch almost a month ago and got no reaction. Is there > anything else I have to/can do to get this fix merged? I’m a little bit > worrie