[mythtv-firehose] mythtv/master commit: a6dc3f614 by Michael T. Dean (sphery)

MythTV noreply at mythtv.org
Wed Feb 1 01:45:28 UTC 2012


      Author:  Michael T. Dean <mdean at mythtv.org>
 Change Date:  2012-01-31T17:44:22-08:00
   Push Date:  2012/01/31 17:45:11 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  a6dc3f614972503f0bc4d09ccab313269a09c5db
   Changeset:  https://github.com/MythTV/mythtv/commit/a6dc3f614

Log:

Update file size when rebuilding seek table.

Since the file size is important (for example, when using UPnP
playback), ensure it's updated when running mythcommflag --rebuild
(since that will generally be done after transcoding, or other
operations which change file sizes).  Although mythtranscode updates
file size, many users transcode with other applications and may not
update file size.  Rather than force users to update file size
separately, just do it as part of the seek table rebuild they'll be
doing, anyway.

And, since rebuilding the seek table is rather fast, it doesn't seem
necessary to add another command-line option to just update the file
size.  In this case, the simpler interface is likely best--users can run
mythcommflag --rebuild to update file size and/or rebuild the seek
table.

Modified:

   mythtv/programs/mythcommflag/main.cpp



More information about the mythtv-firehose mailing list