Ticket #5796: aud_buff_desc_fix_2.diff

File aud_buff_desc_fix_2.diff, 1.1 KB (added by robert.mcnamara@…, 16 years ago)

Updated patch, first one went about it the wrong way.

  • programs/mythfrontend/globalsettings.cpp

     
    257257    gc->setLabel(QObject::tr("Extra audio buffering"));
    258258    gc->setValue(true);
    259259    gc->setHelpText(QObject::tr("Enable this setting if MythTV is playing "
    260                     "\"crackly\" audio and you are using hardware encoding. "
    261                     "This setting will have no effect "
    262                     "on MPEG-4 or RTJPEG video. MythTV will keep extra "
    263                     "audio data in its internal buffers to workaround "
     260                    "\"crackly\" audio.  This setting affects digital tuners "
     261                    "(QAM/DVB/ATSC) and hardware encoders.  It will have no "
     262                    "effect on framegrabbers (MPEG-4/RTJPEG).  MythTV will "
     263                    "keep extra audio data in its internal buffers to workaround "
    264264                    "this bug."));
    265265    return gc;
    266266}