]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/avcodec.h
libavcodec/qsvenc.c: fix incorrect loop condition.
[ffmpeg] / libavcodec / avcodec.h
index e367399deb23a5561629d9ddfece83343d1b3cbe..738f4db9cbbcadb132ab0f24d10f243779507b75 100644 (file)
@@ -1538,9 +1538,11 @@ typedef struct AVCodecContext {
      */
     float b_quant_factor;
 
-    /** obsolete FIXME remove */
-    int rc_strategy;
+#if FF_API_RC_STRATEGY
+    /** @deprecated use codec private option instead */
+    attribute_deprecated int rc_strategy;
 #define FF_RC_STRATEGY_XVID 1
+#endif
 
     int b_frame_strategy;