[mythtv-commits] Ticket #9929: MPEGStreamData doesn't handle video packets without a payload

MythTV noreply at mythtv.org
Mon Nov 28 15:11:52 UTC 2011


#9929: MPEGStreamData doesn't handle video packets without a payload
----------------------------------------------+----------------------------
 Reporter:  Ron Frazier <ron@…>               |          Owner:
     Type:  Bug Report - General              |         Status:  closed
 Priority:  minor                             |      Milestone:  unknown
Component:  MythTV - General                  |        Version:  0.24-fixes
 Severity:  medium                            |     Resolution:  Invalid
 Keywords:                                    |  Ticket locked:  0
----------------------------------------------+----------------------------
Changes (by danielk):

 * status:  new => closed
 * resolution:   => Invalid


Comment:

 Ron, that is not an off by one error, the first video pid gets put in
 _pid_video_single_program.
 The recorders use IsVideoPID() to determine that it should be written to
 disk, just like it does uses IsAudioPID() for the audio pids. The
 "IsWritingPID()" pids are one we just pass through and don't do any
 processing on. The video pid we want to locate keyframes on so that we can
 seek more efficiently.

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


More information about the mythtv-commits mailing list