﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
12818	hd-pvr always records ac-3 audio regardless of recording profile settings	Jerry Fath <jaf@…>		"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;



"	Bug Report - General	closed	minor	unknown	MythTV - General	0.28.0	low	Unverified	hd-pvr audio ac-3		0
