diff avcodec.h @ 3335:97af1b315f59 libavcodec

Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 user-tunable.
author corey
date Sat, 03 Jun 2006 06:26:04 +0000
parents 726ab1038351
children 937f14bb0f23
line wrap: on
line diff
--- a/avcodec.h	Sat Jun 03 04:38:11 2006 +0000
+++ b/avcodec.h	Sat Jun 03 06:26:04 2006 +0000
@@ -1977,6 +1977,13 @@
      * - decoding: unused
      */
     int mv0_threshold;
+
+    /**
+     * adjusts sensitivity of b_frame_strategy 1
+     * - encoding: set by user.
+     * - decoding: unused
+     */
+    int b_sensitivity;
 } AVCodecContext;
 
 /**