mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 03:10:39 +01:00
[rc]: Separate check reenc and rc_end function
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ib594afdd25a0e4283612fd5808a27b229d40f597
This commit is contained in:
parent
a2cc66bc7a
commit
cd311d877f
6 changed files with 118 additions and 74 deletions
|
|
@ -170,6 +170,7 @@ typedef struct RcImplApi_t {
|
|||
MPP_RET (*deinit)(void *ctx);
|
||||
|
||||
MPP_RET (*check_drop)(void *ctx, EncRcTask *task);
|
||||
MPP_RET (*check_reenc)(void *ctx, EncRcTask *task);
|
||||
|
||||
/*
|
||||
* frm_start - frame level rate control frm_start.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue