[mythtv-commits] Ticket #9699: Mythtranscode exits out after sending 1st frame

MythTV noreply at mythtv.org
Fri Apr 8 19:56:41 UTC 2011


#9699: Mythtranscode exits out after sending 1st frame
------------------------------------+----------------------------
 Reporter:  ghaushe                 |          Owner:  beirdo
     Type:  Bug Report - General    |         Status:  closed
 Priority:  minor                   |      Milestone:  0.25
Component:  MythTV - Mythtranscode  |        Version:  0.24-fixes
 Severity:  medium                  |     Resolution:  fixed
 Keywords:                          |  Ticket locked:  0
------------------------------------+----------------------------
Changes (by Github):

 * status:  assigned => closed
 * resolution:   => fixed
 * milestone:  unknown => 0.25


Comment:

 Handle decoded frame number of -1 more gracefully

 Fixes #9699.  The proposed fix in the ticket has been implemented.  As the
 frameNumber can be -1, the type of lastDecodedFrameNumber must be signed.
 This
 is to fix a premature exit during transcoding, but it quite likely could
 rear
 its ugly head in other contexts too.

 A better permanent fix would be to treat the special case of frameNumber
 == -1
 and deal with it specifically.

 Thanks to ghaushe for the find.
  Changeset: 3721bc0a1c6c0b4b109abf61c24d91a2ce879e1f

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


More information about the mythtv-commits mailing list