Skip to content

vlc-thumb: fix error handling

Steve Lhomme requested to merge robUx4/vlc:null-thumbnail into master

If the thumbnail fails, the returned picture is NULL. It is handled that way in the snapshot() function. But libvlc_picture_retain() doesn't handle NULL pictures.

Merge request reports