[mythtv-commits] Ticket #9268: [PATCH] mythvideo: fix win32 playback of dvd's and iso images

MythTV noreply at mythtv.org
Tue Jun 21 02:39:30 UTC 2011


#9268: [PATCH] mythvideo: fix win32 playback of dvd's and iso images
-------------------------------------------------+-------------------------
 Reporter:  Lawrence Rust <lvr@…>                |          Owner:  markk
     Type:  Patch - Bug Fix                      |         Status:
 Priority:  minor                                |  assigned
Component:  Ports - Windows                      |      Milestone:  unknown
 Severity:  medium                               |        Version:  Trunk
 Keywords:                                       |  Head
                                                 |     Resolution:
                                                 |  Ticket locked:  0
-------------------------------------------------+-------------------------

Comment (by Github):

 DVD: Refactor forced video aspect ratio code.

 Instead of using custom code to force the aspect ratio during dvd
 playback (usually used to force still frames to 16:9), just monitor the
 aspect ratio within DVDRingBuffer and use it to override the stream
 aspect ratio in AvFormatDecoder.

 Other than simplifying the player code, this avoids another potentially
 buggy and costly call directly from the decoder thread into the player.

 Refs #9854
 Refs #9268
  Branch:    master
  Changeset: b944b041c8987ea135076c1af63bb905a50d7a1d

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


More information about the mythtv-commits mailing list