Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add a way to explicitly set temporal layer id.

2019-12-17 Thread Wonkap Jang
Thank you Michael, There is a dependency between this patch and the one before it. I will send out a new patch with both on the same branch as PATCH 1/2 and 2/2. Thank you~ Wonkap On Tue, Dec 17, 2019 at 12:08 PM Michael Niedermayer wrote: > On Mon, Dec 16, 2019 at 02:23:26PM -0800, Wonkap

Re: [FFmpeg-devel] [PATCH] avcodec/libvpxenc: add a way to explicitly set temporal layer id.

2019-12-17 Thread Michael Niedermayer
On Mon, Dec 16, 2019 at 02:23:26PM -0800, Wonkap Jang wrote: > In order for rate control to correctly allocate bitrate to each temporal > layer, correct temporal layer id has to be set to each frame. This > commit provides the ability to set correct temporal layer id for each > frame. > --- >

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: add a way to explicitly set temporal layer id.

2019-12-16 Thread Wonkap Jang
In order for rate control to correctly allocate bitrate to each temporal layer, correct temporal layer id has to be set to each frame. This commit provides the ability to set correct temporal layer id for each frame. --- libavcodec/libvpxenc.c | 11 ++- 1 file changed, 10 insertions(+), 1