Is it true that
$f(t)\star g(-t)$
is not the same as
$f(t)\star h(t)$
if $h(t)=g(-t)$?
($\star$ means cross-correlation).
The example I was thinking of was if $g(t)=t$. Then $(f(t)\star g(-t))(t)=\int_{-\infty}^\infty f(\tau)(-t+\tau)d\tau$, but $(f(t)\star h(t))(t)=\int_{-\infty}^\infty f(\tau)(-(t+\tau))d\tau=\int_{-\infty}^\infty f(\tau)(-t-\tau)d\tau$.
If it's true then wouldn't something like $t^2\star -t$ be ambiguous?
I think I'm most likely making a mistake here, so any help would be greatly appreciated.