]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/cpu.h
flvenc: use avcodec_get_name to report unsupported codecs.
[ffmpeg] / libavutil / cpu.h
index 4ec3a27d7c08f29bc0da70b538bcf78758d76979..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);