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.
This commit is contained in:
wm4 2018-03-01 15:50:56 +01:00
parent f19b0c6aee
commit 36855abc0e
2 changed files with 5 additions and 3 deletions

View file

@ -529,6 +529,7 @@ typedef struct AVFrame {
attribute_deprecated
int qscale_type;
attribute_deprecated
AVBufferRef *qp_table_buf;
#endif
/**