Changeset 8d89d74009aca2427c2e013cab55f5c914260faf

Show
Ignore:
Timestamp:
04/30/08 19:05:29 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1209575129 +0300
git-parent:

[8aa3a9c40e88ea93c10cc3de46005f896fd126f1]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1209575122 +0300
Message:

--mono does noes exist. Comment out the text for it.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-module.c

    r7bc28ee r8d89d74  
    216216    "decoding stage will not take place, thus saving some processing power.") 
    217217 
     218#if 0 
    218219#define MONO_TEXT N_("Force mono audio") 
    219220#define MONO_LONGTEXT N_("This will force a mono audio output.") 
     221#endif 
    220222 
    221223#define VOLUME_TEXT N_("Default audio volume")