]> git.sesse.net Git - vlc/commitdiff
Add missing option sdi-caching.
authorSteinar Gunderson <sgunderson@bigfoot.com>
Thu, 23 Sep 2010 22:19:08 +0000 (00:19 +0200)
committerSteinar Gunderson <sgunderson@bigfoot.com>
Thu, 23 Sep 2010 22:19:08 +0000 (00:19 +0200)
modules/access/sdi.c

index 6395c27dd0cd10592b54fe609857d374fe44bf8e..d8b4080303dc90a689a90c32fba1e91e43566b37 100644 (file)
@@ -27,6 +27,9 @@ vlc_module_begin ()
     set_category( CAT_INPUT )
     set_subcategory( SUBCAT_INPUT_ACCESS )
 
+    add_integer( "sdi-caching", DEFAULT_PTS_DELAY / 1000, NULL,
+                 CACHING_TEXT, CACHING_LONGTEXT, true )
+
     add_shortcut( "sdi" )
     set_capability( "access_demux", 10 )
     set_callbacks( Open, Close )