summaryrefslogtreecommitdiff
path: root/libavutil/cpu.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-01 16:41:37 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-01 16:41:37 +0200
commit64604e267967b3454d4885e4202ff30d3daa21d9 (patch)
tree5bfcc632c0ac2b41248555311805cf82770896a4 /libavutil/cpu.h
parent31ab1575e59e33957864d1bdf13253f8d366ccba (diff)
cpu: improve av_get_cpu_flags() doxy
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r--libavutil/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index de15ee317b..c8f34e0272 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -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);