Difference between revisions of "Dummy"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
'''Dummy''' means do nothing. It can be applied to lots of different areas, such any [[interface]], [[container]] or [[codec]]. For input it means there's no input, for output the output is discarded.
 
'''Dummy''' means do nothing. It can be applied to lots of different areas, such any [[interface]], [[container]] or [[codec]]. For input it means there's no input, for output the output is discarded.
 +
 +
{{file|modules/mux/dummy.c}}

Revision as of 23:31, 16 December 2006

dummy
VLC can encode and decode this container.
The module name to use at the command line is dummy.

Dummy means do nothing. It can be applied to lots of different areas, such any interface, container or codec. For input it means there's no input, for output the output is discarded.