[mythtv-commits] Ticket #10745: Myth player not properly resetting after resolution change

MythTV noreply at mythtv.org
Wed Jul 25 18:12:33 UTC 2012


#10745: Myth player not properly resetting after resolution change
----------------------------------+-----------------------------
 Reporter:  jyavenard             |          Owner:  danielk
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.26
Component:  MythTV - General      |        Version:  Unspecified
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------
Changes (by Daniel Thor Kristjansson <danielk@…>):

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


Comment:

 In [changeset:83e227a15b64ed217638269f8eca1037774a187f/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="83e227a15b64ed217638269f8eca1037774a187f"
 Fixes #10745. Fix segfault on H.264 resolution change.

 The H264PreProcessPkt() code was stubbed out for resolution change,
 but we were not actually uning the m_h264_parser values. Without this
 we wouldn't actually know about changes until after they had occurred
 and then we'd be giving ffmpeg improperly sized video frames in the
 meantime.

 Note: For this to work you will need to disable ffmpeg's multi-threaded
 decoding. This is a limitation of the ffmpeg library we're using.
 We shouldn't crash if multi-threading is enabled but simply end
 playback at the resolution change.
 }}}

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


More information about the mythtv-commits mailing list