[mythtv-commits] mythtv/master commit: 4a02541c0 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Tue May 24 05:53:37 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-05-23T22:52:54-07:00
   Push Date:  2011/05/23 22:53:30 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  4a02541c062529c5d98a1680fa3d7e9794622152
   Changeset:  https://github.com/MythTV/mythtv/commit/4a02541c0

Log:

Allow for drivers that do not use VIDIOC_ENCODER_CMD ioctl

Not all V4L2 drivers support this yet (marked experimental in the V4L2 API
specification).  Failing hard on a driver that doesn't support it (or need it)
is probably not our best bet.

This shouldn't be an issue on the StopEncoding, as if we fail hard while trying
to stop encoding, we still get the desired effect, although we would not be
stopping at a GOP boundary.

Modified:

   mythtv/libs/libmythtv/mpegrecorder.cpp



More information about the mythtv-commits mailing list