diff avcodec.h @ 1777:d183026acdfa libavcodec

quantizer noise shaping
author michael
date Mon, 02 Feb 2004 03:52:58 +0000
parents bdf3927bf8c5
children 9848ca4ad861
line wrap: on
line diff
--- a/avcodec.h	Sun Feb 01 22:56:54 2004 +0000
+++ b/avcodec.h	Mon Feb 02 03:52:58 2004 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000408
 #define FFMPEG_VERSION         "0.4.8"
-#define LIBAVCODEC_BUILD       4699
+#define LIBAVCODEC_BUILD       4700
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -1504,6 +1504,12 @@
 #define FF_AA_FASTINT 1 //not implemented yet
 #define FF_AA_INT     2
 #define FF_AA_FLOAT   3
+    /**
+     * Quantizer noise shaping.
+     * - encoding: set by user
+     * - decoding: unused
+     */
+    int quantizer_noise_shaping;
 } AVCodecContext;