]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
lavfi/field: switch to filter_frame API
[ffmpeg] / libpostproc / postprocess.h
index 623b3b5a730a40e54a4d66d298fcd3dc1309a0d9..b1a357a15ddb32b8b18a2b4a924a9e9bb645ae7b 100644 (file)
@@ -84,6 +84,7 @@ void pp_free_context(pp_context *ppContext);
 #define PP_CPU_CAPS_MMX2  0x20000000
 #define PP_CPU_CAPS_3DNOW 0x40000000
 #define PP_CPU_CAPS_ALTIVEC 0x10000000
+#define PP_CPU_CAPS_AUTO  0x00080000
 
 #define PP_FORMAT         0x00000008
 #define PP_FORMAT_420    (0x00000011|PP_FORMAT)