]> git.sesse.net Git - vlc/blobdiff - modules/access/bd/bd.c
DTV: read TS feed old-style from the monolithic DVR
[vlc] / modules / access / bd / bd.c
index cdb169f4835eed79dd91d21a3bdc75f4a29c0e83..fdb50d038f362fce271f76c468391141398ef788 100644 (file)
@@ -62,7 +62,7 @@ vlc_module_begin ()
     set_description( N_("Blu-Ray Disc Input") )
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_ACCESS )
-    add_integer( "bd-caching", DEFAULT_PTS_DELAY / 1000, NULL,
+    add_integer( "bd-caching", DEFAULT_PTS_DELAY / 1000,
         CACHING_TEXT, CACHING_LONGTEXT, true )
     set_capability( "access_demux", 60 )
     add_shortcut( "bd", "file" )