18 Sep
2024
18 Sep
'24
3:03 a.m.
I was going to suggest anyway that using codec_format instead of preferred_format for uncompressed video would make sense;
Do you mean that, in wg_parser_stream_get_codec_format(), for uncompressed situation, we should also return codec_format instead of returning preferred_format?
Yes, if the codec format is uncompressed, we should return it first, since that's what applications expect. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6447#note_82484