media_module: can't get the correct width and height information [1/1]
authorPeng Yixin <yixin.peng@amlogic.com>
Mon, 11 Jan 2021 02:12:56 +0000 (10:12 +0800)
committerHui Zhang <hui.zhang@amlogic.com>
Mon, 18 Jan 2021 11:57:15 +0000 (03:57 -0800)
commit6f4c138a8e98fc9183029d061dd4184f8f40387f
tree678134c4724dc4f306af2b2b242de1f1e812e8e1
parent92651b6529432c02047fc5ec1dfe6e4f9191f962
media_module: can't get the correct width and height information [1/1]

PD#SWPL-40808

Problem:
When the width and height of the file exceed
the decoding limit, the user layer cannot
read the width and height information correctly.

Solution:
Transmit the width and height information from
the header to solve this issue.

Verify:
AM311

Signed-off-by: Peng Yixin <yixin.peng@amlogic.com>
Change-Id: I036eaa410eeff7391cd571a4e08ee201884e4e83
drivers/frame_provider/decoder/h264_multi/vmh264.c
drivers/frame_provider/decoder/h265/vh265.c
drivers/frame_provider/decoder/vp9/vvp9.c