[mythtv-commits] Ticket #11348: Cannot transcode to atsc HD resolutions

MythTV noreply at mythtv.org
Mon Jun 24 05:27:36 UTC 2013


#11348: Cannot transcode to atsc HD resolutions
---------------------------------------------+----------------------------
 Reporter:  Matthew Gabeler-Lee <fastcat@…>  |          Owner:  cpinkham
     Type:  Bug Report - General             |         Status:  closed
 Priority:  minor                            |      Milestone:  unknown
Component:  MythTV - Mythtranscode           |        Version:  0.26-fixes
 Severity:  medium                           |     Resolution:  fixed
 Keywords:                                   |  Ticket locked:  0
---------------------------------------------+----------------------------
Changes (by Chris Pinkham <cpinkham@…>):

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


Comment:

 In [changeset:"2c9bc10e3af53d990445c750b56f13f8f129e300/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="2c9bc10e3af53d990445c750b56f13f8f129e300"
 Fix transcoding to high resolutions.

 When the transcoder loaded the recording profile, the max width and
 height fields were not being set properly so transcoding profiles
 with high resolutions were instead limited to 768x576.  Since these
 max values are set the ImageSize ctor, changing them after the fact
 is a bit invasive.  Rather than using a RecordingProfile variable
 in Transcode and trying to change the values after the fact, this patch
 fixes the issue by using a RecordingProfile pointer and creating an
 instance allowing us to tell the constructor that the profile we're
 going to load is a transcoder profile and the max resolution values
 (and any other transcoder-specific values or limits) should be
 set correctly.

 Fixes #11348.
 }}}

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


More information about the mythtv-commits mailing list