[mythtv-commits] Ticket #12818: hd-pvr always records ac-3 audio regardless of recording profile settings

MythTV noreply at mythtv.org
Mon Jun 20 03:53:24 UTC 2016


#12818: hd-pvr always records ac-3 audio regardless of recording profile settings
--------------------------------------+-------------------------------
     Reporter:  Jerry Fath <jaf@…>    |      Owner:
         Type:  Bug Report - General  |     Status:  new
     Priority:  minor                 |  Milestone:  unknown
    Component:  MythTV - General      |    Version:  0.28.0
     Severity:  low                   |   Keywords:  hd-pvr audio ac-3
Ticket locked:  0                     |
--------------------------------------+-------------------------------
 The hd-pvr can record ac-3 or aac audio.  mythtv-setup allows selecting
 which audio type is desired in hd-pvr recording profiles.  Regardless of
 this setting, ac-3 audio is always recorded due to this code in
 analogsignalmonitor.cpp

 bool AnalogSignalMonitor::VerifyHDPVRaudio(int videofd)
 {
     struct v4l2_queryctrl qctrl;
     qctrl.id = V4L2_CID_MPEG_AUDIO_ENCODING;

     int audtype = V4L2_MPEG_AUDIO_ENCODING_AC3;

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12818>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list