[vlc-commits] [Git][videolan/vlc][master] access: dvdread: handle ISO files as DVD-Audio/VideoRecording fallback
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Mon May 25 20:30:20 UTC 2026
Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC
Commits:
012ad396 by Saifelden Mohamed Ismail at 2026-05-25T22:01:20+02:00
access: dvdread: handle ISO files as DVD-Audio/VideoRecording fallback
- - - - -
1 changed file:
- modules/access/dvdread.c
Changes:
=====================================
modules/access/dvdread.c
=====================================
@@ -88,6 +88,12 @@ vlc_module_begin ()
set_capability( "access", 1 )
add_shortcut( "dvdvr" )
set_callbacks( OpenVideoRecording, Close )
+ add_submodule()
+ set_description( N_("DVDRead ISO demuxer") )
+ set_subcategory( SUBCAT_INPUT_DEMUX )
+ set_capability( "demux", 6 )
+ add_shortcut( "iso" )
+ set_callbacks( Open, Close )
vlc_module_end ()
/* how many blocks DVDRead will read in each loop */
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/012ad39687a2a5e8f76d93d9fb2d39b53b97452a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/012ad39687a2a5e8f76d93d9fb2d39b53b97452a
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list