comparison DOCS/man/en/mplayer.1 @ 13794:fb83e23e94ce

Allow attaching gdb on crash automatically.
author reimar
date Thu, 28 Oct 2004 23:25:18 +0000
parents 92a9afe47452
children f84eeb35e13a
comparison
equal deleted inserted replaced
13793:631b0b664ece 13794:fb83e23e94ce
470 Disables colorkeying. 470 Disables colorkeying.
471 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix and 471 Only supported by the cvidix, fbdev, svga, vesa, winvidix, xmga, xvidix and
472 xover video out drivers. 472 xover video out drivers.
473 . 473 .
474 .TP 474 .TP
475 .B \-crash-debug (DEBUG CODE)
476 Automatically attaches gdb upon crash or SIGTRAP.
477 Support must be compiled in by configuring with --enable-crash-debug or
478 by having a .developer file in the source tree.
479 .
480 .TP
475 .B \-edl <filename> (EDL only) 481 .B \-edl <filename> (EDL only)
476 Enables edit decision list (EDL) actions during playback. 482 Enables edit decision list (EDL) actions during playback.
477 Video will be skipped over and audio will be muted and unmuted according to 483 Video will be skipped over and audio will be muted and unmuted according to
478 the entries in the given file. 484 the entries in the given file.
479 See DOCS/\:HTML/\:en/\:edl.html for details on how to use this. 485 See DOCS/\:HTML/\:en/\:edl.html for details on how to use this.