mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
[PR #786] [MERGED] [IMPROVEMENT] function header in "get_more_data" functions were standarlized. #1595
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/786
Author: @iha
Created: 10/4/2017
Status: ✅ Merged
Merged: 10/13/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (4)
300228bfunction header in "get_more_data" functions were standarlized.4e038ebUnnecessary stream_mode check inside the while loop was removed.9a1d6a6terminate_asap if condition was moved to while condition.a6db7e2Unnecessary condition was removed.📊 Changes
7 files changed (+42 additions, -42 deletions)
View changed files
📝
src/lib_ccx/ccx_gxf.c(+2 -2)📝
src/lib_ccx/ccx_gxf.h(+2 -1)📝
src/lib_ccx/ffmpeg_intgr.c(+2 -2)📝
src/lib_ccx/ffmpeg_intgr.h(+1 -1)📝
src/lib_ccx/general_loop.c(+32 -33)📝
src/lib_ccx/lib_ccx.h(+1 -1)📝
src/lib_ccx/ts_functions.c(+2 -2)📄 Description
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
This PR makes the CCExtractor more standardized, avoid future bugs and allow us to remove the unnecessary switch (stream_mode) inside the while loop in general_loop().
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.