Commit 64604e26 authored by Michael Niedermayer's avatar Michael Niedermayer

cpu: improve av_get_cpu_flags() doxy

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 31ab1575
......@@ -60,6 +60,9 @@
/**
* 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
* detect the enabled cpu flags.
*/
int av_get_cpu_flags(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment