summaryrefslogtreecommitdiff
authorGan Zhang <gan.zhang@amlogic.com>2020-05-02 10:35:41 (GMT)
committer Gan Zhang <gan.zhang@amlogic.com>2020-05-02 11:40:05 (GMT)
commit850dbd4ffdddae0170ebd59d8ed7e8b18ce1f17c (patch)
treea7da2acf23729de55cddf2920f47306b77415a02
parentb082c6a5e96f31f23cf510c5b3568c160af29c2a (diff)
downloadmedia_modules-850dbd4ffdddae0170ebd59d8ed7e8b18ce1f17c.zip
media_modules-850dbd4ffdddae0170ebd59d8ed7e8b18ce1f17c.tar.gz
media_modules-850dbd4ffdddae0170ebd59d8ed7e8b18ce1f17c.tar.bz2
mmpeg4: fix mpeg4 VTS test fail. [1/1]
PD#SWPL-25004 Problem: State transition timeout in VTS test. Solution: remove some print in default output print. Verify: AC232 Change-Id: I8baafd4c27dedb65d186c542f0b08a886f94f970 Signed-off-by: Gan Zhang <gan.zhang@amlogic.com>
Diffstat
-rw-r--r--drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c b/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c
index 9fd271c..9a70c9b 100644
--- a/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c
+++ b/drivers/frame_provider/decoder/mpeg4/vmpeg4_multi.c
@@ -2335,7 +2335,8 @@ static int ammvdec_mpeg4_probe(struct platform_device *pdev)
hw->platform_dev = pdev;
if (((debug_enable & IGNORE_PARAM_FROM_CONFIG) == 0) && pdata->config_len) {
- mmpeg4_debug_print(DECODE_ID(hw), 0, "pdata->config: %s\n", pdata->config);
+ mmpeg4_debug_print(DECODE_ID(hw), PRINT_FLAG_RUN_FLOW,
+ "pdata->config: %s\n", pdata->config);
if (get_config_int(pdata->config, "parm_v4l_buffer_margin",
&config_val) == 0)
hw->dynamic_buf_num_margin = config_val;