Skip to content

macosx: VLCInputItem: handle NULL psz_path

With a mock URL like mock://video_track_count=1;video_chroma=I411, vlc_uri2path will return a NULL string because the demux is not matching with any file. It leads to an empty NSString which result in a crash in the end.

Fix #27884 (closed)

Merge request reports