[mythtv-commits] Ticket #9854: ISO playback problems

MythTV noreply at mythtv.org
Mon Jun 20 06:22:09 UTC 2011


#9854: ISO playback problems
------------------------------------------------+--------------------------
 Reporter:  Jim Stichnoth <stichnot@…>          |          Owner:  markk
     Type:  Bug Report - General                |         Status:  accepted
 Priority:  minor                               |      Milestone:  0.25
Component:  MythTV - Video Playback             |        Version:  Trunk
 Severity:  medium                              |  Head
 Keywords:                                      |     Resolution:
                                                |  Ticket locked:  0
------------------------------------------------+--------------------------

Comment (by Github):

 Use the current video aspect ratio if the video stream is reset.

 In AvFormatDecoder, if a stream change is detected and no
 new/replacement video stream is found, we choose some sensible defaults
 and tell the player about the change. The video aspect ratio is however
 reset to the default 4/3 - which immediately changes the currently
 displayed frames. Instead use a pre-existing aspect ratio, which will be
 4/3 by default if we haven't yet determined something more sensible.

 This is only likely to be an issue with DVD playback, where we often get
 stream updates piecemeal from the demuxer - the streams are reset and
 some new audio streams added (no video found) and the new video stream
 is added a 'short' period of time later.

 Refs #9854
  Branch:    master
  Changeset: d3b95c8e6d7ec39333ba7af4a473c0849c853355

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


More information about the mythtv-commits mailing list