Signed-off-by: Michael Niedermayer <[email protected]>
---
libavutil/frame.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavutil/frame.h b/libavutil/frame.h
index b5afb58634..b966f37fe0 100644
--- a/libavutil/frame.h
+++ b/libavutil/frame.h
@@ -614,18 +614,18 @@ typedef struct AVFrame {
* QP table
*/
attribute_deprecated
- int8_t *qscale_table;
+ int8_t *qscale_table_deprecated;
/**
* QP store stride
*/
attribute_deprecated
- int qstride;
+ int qstride_deprecated;
attribute_deprecated
- int qscale_type;
+ int qscale_type_deprecated;
attribute_deprecated
- AVBufferRef *qp_table_buf;
+ AVBufferRef *qp_table_deprecated;
#endif
/**
* For hwaccel-format frames, this should be a reference to the
--
2.17.1
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".