summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-03-07 05:18:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2012-03-08 00:39:56 +0100
commitf64cfba93b8543e1ad4fead18f89e47eb2322b14 (patch)
tree8fb8adb4de4666d1d0522dade92a61b97a9d2d4f /libavutil
parent78306c51ef96b69b18bfaead078da5943a0174be (diff)
downloadffmpeg-streaming-f64cfba93b8543e1ad4fead18f89e47eb2322b14.zip
ffmpeg-streaming-f64cfba93b8543e1ad4fead18f89e47eb2322b14.tar.gz
libavutil: document av_force_cpu_flags(-1).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index bb80c8d..e448da6 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -53,6 +53,7 @@ int av_get_cpu_flags(void);
/**
* Disables cpu detection and forces the specified flags.
+ * -1 is a special case that disables forcing of specific flags.
*/
void av_force_cpu_flags(int flags);
OpenPOWER on IntegriCloud