[mythtv-commits] mythtv commit: r14748 by danielk
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Sat Oct 27 18:14:40 UTC 2007
Author: danielk
Date: 2007-10-27 18:14:39 +0000 (Sat, 27 Oct 2007)
New Revision: 14748
Changeset: http://cvs.mythtv.org/trac/changeset/14748
Modified:
trunk/mythtv/libs/libmythtv/dbcheck.cpp
trunk/mythtv/libs/libmythtv/recordingprofile.cpp
Log:
Refs #4101. Fixes ivtv audio sample rate setting.
I noticed the problem a few weeks back, but ticket 4101 reminded me to finish testing the patch. There were two problems, the AudioCompressionSettings class was saving all the triggered groups not just the selected one, so the values from all put the uncompressed audio type were being overwritten, and the other problem was that once the value was set incorrectly the SampleRate class would allow it.
This fixes both problems and also adds a dbcheck update to fix existing misconfigurations.
More information about the mythtv-commits
mailing list