mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-18 12:03:00 +00:00
[PR #63] [CLOSED] removed unused variable from ccextractor #957
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/63
Author: @anshul1912
Created: 7/3/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
b6c7d72Removed unused variable in ts_table.c9d4384cremove unused variable from stream_function.c6b762c5remove unused function from spupng_encodere3bc9e5remove unused variable from general loop6d8302ccomment unused code from avc_functions.cad8f4f5removed unsed variable from wtv_functions.c568e3ffcommented unsed variable from 708.c30dd281removed unsed variable from asf_function.c9c62acdremoved unsed variable from xds.c80dee9ccommented unsed variable from 608.c📊 Changes
14 files changed (+35 additions, -63 deletions)
View changed files
📝
.gitignore(+9 -0)📝
docs/CHANGES.TXT(+5 -0)📝
src/608.c(+2 -0)📝
src/708.c(+2 -2)📝
src/asf_functions.c(+0 -4)📝
src/avc_functions.c(+4 -3)📝
src/general_loop.c(+0 -7)📝
src/gpacmp4/mp4.c(+5 -3)📝
src/myth.c(+1 -2)📝
src/spupng_encoder.c(+0 -25)📝
src/stream_functions.c(+4 -4)📝
src/ts_tables.c(+1 -2)📝
src/wtv_functions.c(+0 -1)📝
src/xds.c(+2 -10)📄 Description
also added changes.txt for configuration
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.