Skip to content

bluray: fix detection of pre-existing region

Steve Lhomme requested to merge robUx4/vlc:bluray_region_lookup into master

p_reg is never NULL with a vlc_list and we don't have access to the iterator outside of the loop.

Merge request reports