Commit f64cfba9 authored by Michael Niedermayer's avatar Michael Niedermayer

libavutil: document av_force_cpu_flags(-1).

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 78306c51
......@@ -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);
......
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