diff avcodec.h @ 11053:c57e72227d7d libavcodec

Make VP5 and VP6 decoders output a qscale table to allow for more automatic post-processing, and add a new FF_QSCALE_TYPE_VP56 for this.
author reimar
date Fri, 29 Jan 2010 19:11:47 +0000
parents ec682347e19e
children dcb38ea8dad0
line wrap: on
line diff
--- a/avcodec.h	Fri Jan 29 16:49:06 2010 +0000
+++ b/avcodec.h	Fri Jan 29 19:11:47 2010 +0000
@@ -913,6 +913,7 @@
 #define FF_QSCALE_TYPE_MPEG1 0
 #define FF_QSCALE_TYPE_MPEG2 1
 #define FF_QSCALE_TYPE_H264  2
+#define FF_QSCALE_TYPE_VP56  3
 
 #define FF_BUFFER_TYPE_INTERNAL 1
 #define FF_BUFFER_TYPE_USER     2 ///< direct rendering buffers (image is (de)allocated by user)