diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-07 05:18:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-08 00:39:56 +0100 |
commit | f64cfba93b8543e1ad4fead18f89e47eb2322b14 (patch) | |
tree | 8fb8adb4de4666d1d0522dade92a61b97a9d2d4f | |
parent | 78306c51ef96b69b18bfaead078da5943a0174be (diff) | |
download | ffmpeg-f64cfba93b8543e1ad4fead18f89e47eb2322b14.tar.gz |
libavutil: document av_force_cpu_flags(-1).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavutil/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h index bb80c8d76a..e448da6cdc 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); |