mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #800] [MERGED] [FIX] Replace incorrect memset #1611
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/800
Author: @alexbrt
Created: 10/19/2017
Status: ✅ Merged
Merged: 10/24/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (1)
926f7cdReplace incorrect memset📊 Changes
3 files changed (+17 additions, -8 deletions)
View changed files
📝
src/lib_ccx/ccx_demuxer.c(+8 -2)📝
src/lib_ccx/ccx_encoders_python.c(+5 -5)📝
src/lib_ccx/ts_tables.c(+4 -1)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This replaces some wrong memsets with traditional for loops.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.