[mythtv-commits] mythtv commit: r24063 by janne

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Apr 11 17:07:56 UTC 2010


      Author: janne
        Date: 2010-04-11 17:07:56 +0000 (Sun, 11 Apr 2010)
New Revision: 24063
   Changeset: http://svn.mythtv.org/trac/changeset/24063

Modified:

   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.cpp
   trunk/mythtv/libs/libmythtv/NuppelVideoRecorder.h

Log:

NVR: handle modified frame dimensons from V4L2 devices

The V4L2 set format ioctl is allowed to change the requested
frame dimensions if it doesn't support a capturing resolution.
This moves the V4L2 set format infront of buffer and codec
initialization so that we don't have to handle frame size changes.
Fixes analog recordings with the Auvitek AU8522 found in the
Hauppauge WinTV-HVR-950Q which doesn't support our default
resolution of 480x480.
Tested with a modified bttv kernel module.




More information about the mythtv-commits mailing list