[mythtv-commits] Ticket #9549: Myth Transcode Runs Forever

MythTV noreply at mythtv.org
Sun Feb 27 06:03:54 UTC 2011


#9549: Myth Transcode Runs Forever
------------------------------------------------+--------------------------
 Reporter:  Scott Harris <snharris99@…>         |          Owner:  beirdo
     Type:  Bug Report                          |         Status:  closed
 Priority:  minor                               |      Milestone:  unknown
Component:  MythTV - Mythtranscode              |        Version:
 Severity:  medium                              |  Unspecified
 Keywords:                                      |     Resolution:  fixed
                                                |  Ticket locked:  0
------------------------------------------------+--------------------------
Changes (by Gavin Hurlbut):

 * status:  infoneeded_new => closed
 * resolution:   => fixed


Comment:

 Make MPEG2fixup::ProcessVideo return int

 I'm not 100% sure what the original author was trying to do here, but this
 code is broken.  Returning 0, 1, -1 for a bool makes no sense, and
 comparing
 bool < 0 makes even less sense.  Rather than trying to unravel what he was
 trying to do, let's make this a simple int return so the return codes
 should
 have some effect.

 Fixes #9549
  Changeset: 0234965c20b1d0fd8243ed395e3e6229e790d672

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9549#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list