X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fdvdnav.c;h=6e47a99948d5b32e104b76c33c0bd58262b6caf5;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=32ee040330572601e79d634608887504461b8434;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c index 32ee040330..6e47a99948 100644 --- a/modules/access/dvdnav.c +++ b/modules/access/dvdnav.c @@ -295,7 +295,7 @@ static int Open( vlc_object_t *p_this ) if( dvdnav_title_play( p_sys->dvdnav, 1 ) != DVDNAV_STATUS_OK ) { msg_Err( p_demux, "cannot set title (can't decrypt DVD?)" ); - intf_UserFatal( p_demux, VLC_FALSE, _("Playback failure"), + intf_UserFatal( p_demux, VLC_FALSE, _("Playback failure"), _("VLC cannot set the DVD's title. It possibly " "cannot decrypt the entire disk.") ); dvdnav_close( p_sys->dvdnav ); @@ -760,7 +760,7 @@ static int Demux( demux_t *p_demux ) * - ... */ DemuxBlock( p_demux, packet, i_len ); - if( p_sys->b_spu_change ) + if( p_sys->b_spu_change ) { ButtonUpdate( p_demux, VLC_FALSE ); p_sys->b_spu_change = VLC_FALSE;