[PR #29] removed errors and warning after converting it to c #918

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

Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/29

State: closed
Merged: No


Now code is getting compiled on linux, i am doing for windows.

In 608.h file I have moved deceleration of function below the definition of structure, since function need to the definition of structure which are passed in structure.

In ccextractor.h i have put the function inside extern "C" which were in c files.

renamed timing.cpp and encoding.cpp since they function were used by c files.

In commit "removed errors and warning after converting it to c"
I have removed variables defined and declared between blocks.
I have also moved some variables from ccextractor.cpp to 608.c

**Original Pull Request:** https://github.com/CCExtractor/ccextractor/pull/29 **State:** closed **Merged:** No --- Now code is getting compiled on linux, i am doing for windows. In 608.h file I have moved deceleration of function below the definition of structure, since function need to the definition of structure which are passed in structure. In ccextractor.h i have put the function inside extern "C" which were in c files. renamed timing.cpp and encoding.cpp since they function were used by c files. In commit "removed errors and warning after converting it to c" I have removed variables defined and declared between blocks. I have also moved some variables from ccextractor.cpp to 608.c
claunia added the pull-request label 2026-01-29 16:57:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#918