mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-19 09:02:26 +02:00
libavutil: document av_force_cpu_flags(-1).
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
78306c51ef
commit
f64cfba93b
@ -53,6 +53,7 @@ int av_get_cpu_flags(void);
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Disables cpu detection and forces the specified flags.
|
* 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);
|
void av_force_cpu_flags(int flags);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user