mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1695] [FIX] The first TODO in avc_functions.c and FIXME in avc_functions.c #2408
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/1695
Author: @steel-bucket
Created: 4/26/2025
Status: 🔄 Open
Base:
master← Head:avc-todo📝 Commits (7)
dafe728fix: The first TODO in avc_functions.c and FIXME in avc_functions.cd1f2dbbfix: AVC - Update CHANGES.txtb2353f8fix: Clippy fix for encoder42e70abMerge branch 'master' into avc-todo28ab492Merge branch 'CCExtractor:master' into avc-todo3172e80Merge branch 'CCExtractor:master' into avc-todo23330c7fix: trying to use latest vcpkg📊 Changes
2 files changed (+106 additions, -13 deletions)
View changed files
📝
.github/workflows/build_windows.yml(+96 -7)📝
src/lib_ccx/avc_functions.c(+10 -6)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR resolves one TODO and one FIXME in the avc_functions.c.
The first TODO was -
TODO: Do something if newsize == -1 (broken NAL)So, what my changes do is, print out a more verbose error message.
The first FIXME was to check the set_fts function for
CCX_NAL_TYPE_SEIwhich was only being checked in slice_header for NAL Type asCCX_NAL_TYPE_CODED_SLICE_IDR_PICTUREorCCX_NAL_TYPE_CODED_SLICE_NON_IDR_PICTURE_1.There are more TODOs in the AVC Functions library, which need to be resolved before or during the porting to Rust.
This PR will help in debugging and resolving the AVC Issues currently prevalent in CCExtractor.( #1626 , #1597 , #1592 )
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.