]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/frame.h
lavu/intmath.h: Add msvc/icl ctzll optimisations.
[ffmpeg] / libavutil / frame.h
index 5270798c55fa007df1310395bd58c5f1e40000a8..9c6061a11b37b98658ece6bba5d65c20d98dd5ec 100644 (file)
@@ -282,10 +282,13 @@ typedef struct AVFrame {
      */
     void *opaque;
 
+#if FF_API_ERROR_FRAME
     /**
-     * error
+     * @deprecated unused
      */
+    attribute_deprecated
     uint64_t error[AV_NUM_DATA_POINTERS];
+#endif
 
     /**
      * When decoding, this signals how much the picture must be delayed.