mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #1181] [MERGED] Revert "[IMPROVEMENT] Remove freep warning" #1969
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/1181
Author: @NilsIrl
Created: 1/13/2020
Status: ✅ Merged
Merged: 1/13/2020
Merged by: @cfsmp3
Base:
master← Head:revert-1180-warning_2📝 Commits (1)
5c15540Revert "Remove freep warning (#1180)"📊 Changes
27 files changed (+146 additions, -138 deletions)
View changed files
📝
src/gpacmp4/mp4.c(+1 -1)📝
src/lib_ccx/avc_functions.c(+1 -1)📝
src/lib_ccx/ccx_common_common.c(+10 -0)📝
src/lib_ccx/ccx_common_common.h(+1 -3)📝
src/lib_ccx/ccx_decoders_common.c(+24 -24)📝
src/lib_ccx/ccx_decoders_xds.c(+1 -1)📝
src/lib_ccx/ccx_demuxer.c(+4 -4)📝
src/lib_ccx/ccx_encoders_common.c(+14 -14)📝
src/lib_ccx/ccx_encoders_curl.c(+2 -2)📝
src/lib_ccx/ccx_encoders_sami.c(+3 -3)📝
src/lib_ccx/ccx_encoders_smptett.c(+7 -7)📝
src/lib_ccx/ccx_encoders_splitbysentence.c(+4 -4)📝
src/lib_ccx/ccx_encoders_spupng.c(+10 -10)📝
src/lib_ccx/ccx_encoders_srt.c(+6 -6)📝
src/lib_ccx/ccx_encoders_ssa.c(+6 -6)📝
src/lib_ccx/ccx_encoders_transcript.c(+3 -3)📝
src/lib_ccx/ccx_encoders_webvtt.c(+6 -6)📝
src/lib_ccx/ccx_gxf.c(+2 -2)📝
src/lib_ccx/dvb_subtitle_decoder.c(+3 -3)📝
src/lib_ccx/lib_ccx.c(+14 -14)...and 7 more files
📄 Description
Reverts CCExtractor/ccextractor#1180
Broke too many stuff. I didn't realise at the time.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.