mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #72] [MERGED] removed negative time in 1.mp4 file #964
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/72
Author: @anshul1912
Created: 7/11/2014
Status: ✅ Merged
Merged: 7/12/2014
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (9)
015a50bput wtv specific dump in WTV_DEBUG macro5371f85indentation of 608_srt.c0f06f47logic to devide time between frames9c0792cusing time from data structure4d6693dcleaned mp4.c filecc0a786compile on windowsa5ef2d1some memory check before accessing95e2f76corrected time roll up08996a3using freep and removing redundant code📊 Changes
18 files changed (+319 additions, -201 deletions)
View changed files
📝
src/608.c(+64 -3)📝
src/608.h(+4 -1)📝
src/608_sami.c(+2 -2)📝
src/608_smptett.c(+2 -2)📝
src/608_spupng.c(+2 -2)📝
src/608_srt.c(+102 -103)➕
src/cc_decoders_common.h(+10 -0)📝
src/ccextractor.c(+5 -1)📝
src/constants.h(+2 -0)📝
src/dvb_subtitle_decoder.c(+0 -9)📝
src/general_loop.c(+2 -1)📝
src/gpacmp4/mp4.c(+102 -77)📝
src/params.c(+4 -0)📝
src/params_dump.c(+4 -0)📝
src/stream_functions.c(+2 -0)📝
src/timing.c(+2 -0)📝
src/utility.c(+9 -0)📝
src/utility.h(+1 -0)📄 Description
Tested on windows.
using 1.mp4 file
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.