summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index d231ff3966..c723cb02c3 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -240,10 +240,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.