On Thu Sep 19 04:41:48 2024 +0000, Ziqing Hui wrote:
We should be calling wg_parser_stream_enable() with that format, right?
We are not calling wg_parser_stream_enable() with codec_format, we are calling wg_parser_stream_enable() always with RGB24, see: wm_reader.c:init_stream()
If the application never sets a format and expects that a certain format should be output by default (e.g. the first format enumerated, or the codec format) then we should be selecting that by default instead of RGB24.