mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 01:20:40 +01:00
fix[mpp]: Fix some typos
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ie21c286c5884139d631845162da458a7ac1803a6
This commit is contained in:
parent
b68672dbb2
commit
b0c69ecb46
3 changed files with 3 additions and 3 deletions
|
|
@ -365,7 +365,7 @@ static MPP_RET try_proc_dec_task(Mpp *mpp, DecTask *task)
|
|||
* 1. Prepare process is controlled by need_split flag
|
||||
* If need_split flag is zero prepare function is just copy the input
|
||||
* packet to task_dec->input_packet
|
||||
* If need_split flag is non-zero prepare function will call split funciton
|
||||
* If need_split flag is non-zero prepare function will call split function
|
||||
* of different coding type and find the start and end of one frame. Then
|
||||
* copy data to task_dec->input_packet
|
||||
* 2. On need_split mode if one input MppPacket contain multiple frame for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue