MAXBFRAMES undeclared, I can't build for Linux #69

Open
opened 2026-01-29 16:34:24 +00:00 by claunia · 0 comments
Owner

Originally created by @scramatte on GitHub (Sep 1, 2015).

../src/lib_ccx/avc_functions.c: In function ‘slice_header’:
../src/lib_ccx/avc_functions.c:1097:23: error: ‘MAXBFRAMES’ undeclared (first use in this function)
   if (abs(curridx) >= MAXBFRAMES) {
                       ^
../src/lib_ccx/avc_functions.c:1097:23: note: each undeclared identifier is reported only once for each function it appears in
make: *** [objs/avc_functions.o] Error 1
Originally created by @scramatte on GitHub (Sep 1, 2015). ``` ../src/lib_ccx/avc_functions.c: In function ‘slice_header’: ../src/lib_ccx/avc_functions.c:1097:23: error: ‘MAXBFRAMES’ undeclared (first use in this function) if (abs(curridx) >= MAXBFRAMES) { ^ ../src/lib_ccx/avc_functions.c:1097:23: note: each undeclared identifier is reported only once for each function it appears in make: *** [objs/avc_functions.o] Error 1 ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#69