mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-25 07:29:54 +00:00
[PR #577] [MERGED] Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces #1415
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/577
Author: @alexbrt
Created: 12/28/2016
Status: ✅ Merged
Merged: 12/28/2016
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (3)
e9c088aFixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces121ac2bFixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug tracesa09a7e4Fixed DVB subtitle timing and added -debugdvbsub parameter for DVB sub debug traces.📊 Changes
13 files changed (+65 additions, -23 deletions)
View changed files
📝
src/lib_ccx/activity.c(+1 -1)📝
src/lib_ccx/ccx_common_option.h(+1 -0)📝
src/lib_ccx/ccx_decoders_common.c(+1 -0)📝
src/lib_ccx/ccx_decoders_structs.h(+3 -0)📝
src/lib_ccx/ccx_encoders_common.c(+2 -1)📝
src/lib_ccx/ccx_encoders_common.h(+4 -0)📝
src/lib_ccx/ccx_encoders_srt.c(+1 -15)📝
src/lib_ccx/dvb_subtitle_decoder.c(+26 -3)📝
src/lib_ccx/dvb_subtitle_decoder.h(+1 -1)📝
src/lib_ccx/general_loop.c(+3 -2)📝
src/lib_ccx/lib_ccx.c(+16 -0)📝
src/lib_ccx/lib_ccx.h(+1 -0)📝
src/lib_ccx/params.c(+5 -0)📄 Description
Closes #400
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.