diff avcodec.h @ 11771:3c0dffc64d86 libavcodec

Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it. Patch by Janne Grunau, janne-ffmpeg jannau net
author cehoyos
date Wed, 26 May 2010 10:38:48 +0000
parents 6d58a4f5e455
children 79489644101e
line wrap: on
line diff
--- a/avcodec.h	Wed May 26 04:20:32 2010 +0000
+++ b/avcodec.h	Wed May 26 10:38:48 2010 +0000
@@ -645,6 +645,11 @@
  * as a last resort.
  */
 #define CODEC_CAP_SUBFRAMES        0x0100
+/**
+ * Codec is experimental and is thus avoided in favor of non experimental
+ * encoders
+ */
+#define CODEC_CAP_EXPERIMENTAL     0x0200
 
 //The following defines may change, don't expect compatibility if you use them.
 #define MB_TYPE_INTRA4x4   0x0001