Let $\alpha: [a,b] \rightarrow \mathbb{R}^2$ be a smooth path (i.e. $\alpha'$ is continuous on $[a,b]$), and let $f$ be a continuous vector field. The line integral of $f$ along $\alpha$ is defined as $\int_a^b f[\alpha(t)]\cdot \alpha'(t) dt$. In a typical calculus textbook, it is written as $\int_C f_1 dx + f_2 dy$, suggesting that the line integral depends only on $C$ - the image of the path, not the actual parameterization $\alpha$.
In general however, this is not true. For example, $\oint_C -ydx + x dy =2\pi$ when integrated along the path $\alpha: [0,2\pi]\rightarrow \mathbb{R}^2, \alpha(t) = (\cos(t), \sin(t))$. The value becomes $4\pi$ when integrated along $\beta: [0,4\pi]\rightarrow \mathbb{R}^2, \beta(t)= (\cos(t),\sin(t))$, even though $\alpha$ and $\beta$ have the same image.
My question: what additional assumption is required to make the notation $\int_C f_1dx +f_2 dy$ unambiguous?