comparison help_mp.h @ 732:e14114170e01

applied 'fakemono' patch by Bryan Chan scorpio@acm.org
author arpi_esp
date Tue, 08 May 2001 21:49:00 +0000
parents 4a8e05985649
children e8d5e6d4d85f
comparison
equal deleted inserted replaced
731:7e4e014fb5a5 732:e14114170e01
23 #ifdef ALSA_TIMER 23 #ifdef ALSA_TIMER
24 " -noalsa disable timing code\n" 24 " -noalsa disable timing code\n"
25 #else 25 #else
26 " -alsa enable timing code (works better with ALSA)\n" 26 " -alsa enable timing code (works better with ALSA)\n"
27 #endif 27 #endif
28 #ifdef USE_FAKE_MONO
29 " -stereo select MPEG1 stereo output (0:stereo 1:left 2:right)\n"
30 #endif
28 " -aid <id> select audio channel [MPG: 0-31 AVI: 1-99]\n" 31 " -aid <id> select audio channel [MPG: 0-31 AVI: 1-99]\n"
29 " -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n" 32 " -vid <id> select video channel [MPG: 0-15 AVI: -- ]\n"
30 " -fps <value> force frame rate (if value is wrong in the header)\n" 33 " -fps <value> force frame rate (if value is wrong in the header)\n"
31 " -mc <s/5f> maximum sync correction per 5 frames (in seconds)\n" 34 " -mc <s/5f> maximum sync correction per 5 frames (in seconds)\n"
32 //" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n" 35 //" -afm <1-5> force audio format 1:MPEG 2:PCM 3:AC3 4:Win32 5:aLaw\n"