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:
parent
f19b0c6aee
commit
36855abc0e
2 changed files with 5 additions and 3 deletions
|
@ -529,6 +529,7 @@ typedef struct AVFrame {
|
|||
attribute_deprecated
|
||||
int qscale_type;
|
||||
|
||||
attribute_deprecated
|
||||
AVBufferRef *qp_table_buf;
|
||||
#endif
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue