mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 09:36:49 +08:00

Stream modified and assigned to MppPacket won't be retrieve by hardware, since hardware get stream by fd and this operation doesn't overwrite it. Another way to slove this problem is doing memcpy at mpp_dec right after calling mpp_parser_prepare, just like the 6th step at try_proc_dec_task. Change-Id: Icea9516ab1ea92239613f7daa001018e581a8a2c Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>