Opened 15 months ago
Closed 15 months ago
#10552 closed defect (fixed)
Build fails after recent commit: avcodec/utils: move ff_add_cpb_side_data() to encoder code
Reported by: | rorgoroth | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
After the recent commit 0231df505dc70ac435f2b437d1995ebabd70a66a, avcodec/utils: move ff_add_cpb_side_data() to encoder code
I can no longer complete the build due to two errors, the errors are as follows:
src/libavcodec/qsvenc.c:1507:17: error: call to undeclared function 'ff_encode_add_cpb_side_data'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] src/libavcodec/qsvenc.c:1507:15: error: incompatible integer to pointer conversion assigning to 'AVCPBProperties *' (aka 'struct AVCPBProperties *') from 'int' [-Wint-conversion]
Note:
See TracTickets
for help on using tickets.
Fixed by 3a5be28857de4d523ff95ec07362771a89e00f46