]> git.sesse.net Git - casparcg/blobdiff - ffmpeg 0.7/include/libavutil/cpu.h
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / ffmpeg 0.7 / include / libavutil / cpu.h
index ff0c2e64ac1e72f3573d9555125ee7b0e4e7d981..da93fb5f69b9e2abed9135340533a189a88dca74 100644 (file)
  */
 int av_get_cpu_flags(void);
 
+
+/**
+ * Disables cpu detection and forces the specified flags.
+ */
+void av_force_cpu_flags(int flags);
+
+
 /* The following CPU-specific functions shall not be called directly. */
 int ff_get_cpu_flags_arm(void);
 int ff_get_cpu_flags_ppc(void);
 int ff_get_cpu_flags_x86(void);
 
-#endif  /* AVUTIL_CPU_H */
+#endif /* AVUTIL_CPU_H */