summaryrefslogtreecommitdiff
path: root/libavutil/frame.h
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2018-03-01 15:50:56 +0100
committerwm4 <nfxjfg@googlemail.com>2018-03-18 12:36:24 +0100
commit36855abc0eb96d5caa992304f3417a0f8a62960c (patch)
treecf8662ac6546176d37267ecc120c2e9812401f94 /libavutil/frame.h
parentf19b0c6aeea212a3c2e05d4cebb856d1d774def7 (diff)
lavu/frame: fix inconsistent qp_table_buf deprecation
Everything related to the QP data is deprecated, with qp_table_buf being an inconsistent exception. Some parts were under the deprecation guards, some not. It probably didn't even compile.
Diffstat (limited to 'libavutil/frame.h')
-rw-r--r--libavutil/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 59cee8ceab..ddbac3156d 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -529,6 +529,7 @@ typedef struct AVFrame {
attribute_deprecated
int qscale_type;
+ attribute_deprecated
AVBufferRef *qp_table_buf;
#endif
/**