mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #29] removed errors and warning after converting it to c #918
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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