Commit 84fb943b authored by Rocky Bernstein's avatar Rocky Bernstein

Omitted option -duration-scaling which caused plugin to stop working.

parent ff2f9a52
/***************************************************************************** /*****************************************************************************
* cvd.c : CVD Subtitle decoder thread * cvd.c : CVD Subtitle decoder thread
***************************************************************************** *****************************************************************************
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003, 2004 VideoLAN
* $Id: cvd.c,v 1.12 2004/01/16 13:32:37 rocky Exp $ * $Id: cvd.c,v 1.13 2004/01/23 08:36:48 rocky Exp $
* *
* Authors: Rocky Bernstein * Authors: Rocky Bernstein
* based on code from: * based on code from:
...@@ -61,6 +61,10 @@ vlc_module_begin(); ...@@ -61,6 +61,10 @@ vlc_module_begin();
SUB_ASPECT_RATIO_TEXT, SUB_ASPECT_RATIO_LONGTEXT, SUB_ASPECT_RATIO_TEXT, SUB_ASPECT_RATIO_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
add_integer( MODULE_STRING "-duration-scaling", 9, NULL,
DURATION_SCALE_TEXT, DURATION_SCALE_LONGTEXT,
VLC_TRUE );
add_submodule(); add_submodule();
set_description( _("Chaoji VCD subtitle packetizer") ); set_description( _("Chaoji VCD subtitle packetizer") );
set_capability( "packetizer", 50 ); set_capability( "packetizer", 50 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment