X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavutil%2Fcpu.h;h=4bff16714a380f2975cf8c539896c77efb119b60;hb=f099cb2f8a51dbe01b0e5bac16f244d534709ca3;hp=cc4e30c4cde3ab5eb8796f5264c3a3d40db685f1;hpb=32766877b4e1a7eeacfbca50c55d55ce8bb7b73d;p=ffmpeg diff --git a/libavutil/cpu.h b/libavutil/cpu.h index cc4e30c4cde..4bff16714a3 100644 --- a/libavutil/cpu.h +++ b/libavutil/cpu.h @@ -70,7 +70,7 @@ /** * Return the flags which specify extensions supported by the CPU. * The returned value is affected by av_force_cpu_flags() if that was used - * before. So av_get_cpu_flags() can easily be used in a application to + * before. So av_get_cpu_flags() can easily be used in an application to * detect the enabled cpu flags. */ int av_get_cpu_flags(void);