Browse Source
ParseMetaInfo() will not parse anything in that case as p == p_end. The image will use the whole of the SPU buffer, potentially containing metadata at the end. But the reading in RenderImage() is constrained by the width/height so it won't use these data. Fixes https://code.videolan.org/videolan/vlc/-/issues/29325pull/192/head
committed by
Thomas Guillem
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue