demux: add dvr mem not enough print [1/1]

PD#SWPL-109051

Problem:
add print when dvr mem not enough

Solution:
add print when dvr mem not enough

Verify:
verified at T5W

Change-Id: Ife86db513fc825783019df3e00ee0edd08396508
Signed-off-by: chuangcheng peng <chuangcheng.peng@amlogic.com>
This commit is contained in:
chuangcheng peng
2023-07-14 16:50:42 +08:00
committed by gerrit autosubmit
parent 0157cfe92e
commit 237d0d8bea
+2 -1
View File
@@ -541,6 +541,7 @@ static int dvr_process(struct out_elem *pout)
int len = 0;
char *pread;
int flag = 0;
int overflow = 0;
if (pout->pchan->sec_level)
flag = 1;
@@ -550,7 +551,7 @@ static int dvr_process(struct out_elem *pout)
if (ret != 0) {
if (flag == 0) {
if (pout->cb_ts_list)
out_ts_cb_list(pout, pread, ret, 0, 0);
out_ts_cb_list(pout, pread, ret, ret, &overflow);
if (dump_other_cb)
dump_other_cb(pout->sid, -1,
DMX_DUMP_DVR_TYPE,