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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits