[mythtv-commits] mythtv commit: r14679 by bjm

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Oct 13 20:54:41 UTC 2007


      Author: bjm
        Date: 2007-10-13 20:54:41 +0000 (Sat, 13 Oct 2007)
New Revision: 14679
   Changeset: http://cvs.mythtv.org/trac/changeset/14679

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
   trunk/mythtv/libs/libmythtv/dbcheck.cpp
   trunk/mythtv/libs/libmythtv/recordingprofile.cpp

Log:

Disallow maximum MPEG4 quality of "0". Earlier versions
of FFMPEG would accept our mpeg4maxquality set to zero.
At some point the code was changed and "0" would result
in a FPE for divide by zero. Rather than continuing to
kludge this, this change forces NuppleVideoRecorder to
send a minimum value of "1".





More information about the mythtv-commits mailing list