﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
3724	Call to StreamID::Normalize missing QString parameter	anonymous	Isaac Richards	"Hello, I've just tried building mythtv from SVN (r13910), and it stops compiling because there is a call to StreamID::Normalize in libs/libmythtv/mpeg/mpegtables.cpp in line 631 that is missing the last parameter. If I change that line from 
{{{
types[i] = StreamID::Normalize(types[i], desc);
}}}
to
{{{
types[i] = StreamID::Normalize(types[i], desc, sistandard);
}}}
as it is on the previous calls to StreamID::Normalize, it will build."	defect	closed	minor	0.21	mythtv	head	medium	invalid			0
