mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-04-21 21:49:57 +00:00
[PR #497] [CLOSED] Make error messages clearer and unambiguous #1314
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/497
Author: @ghost
Created: 12/9/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
b406e9eImproved crash error messages.da9e15coops📊 Changes
14 files changed (+50 additions, -50 deletions)
View changed files
📝
src/ccextractor.c(+1 -1)📝
src/lib_ccx/asf_functions.c(+8 -8)📝
src/lib_ccx/avc_functions.c(+3 -3)📝
src/lib_ccx/ccx_decoders_common.c(+1 -1)📝
src/lib_ccx/ccx_demuxer.c(+1 -1)📝
src/lib_ccx/ccx_encoders_srt.c(+1 -1)📝
src/lib_ccx/ccx_share.c(+6 -6)📝
src/lib_ccx/es_functions.c(+7 -7)📝
src/lib_ccx/es_userdata.c(+2 -2)📝
src/lib_ccx/general_loop.c(+2 -2)📝
src/lib_ccx/lib_ccx.c(+7 -7)📝
src/lib_ccx/myth.c(+3 -3)📝
src/lib_ccx/networking.c(+4 -4)📝
src/lib_ccx/spupng_encoder.c(+4 -4)📄 Description
Lots of generic "Out of memory"s replaced with the specific file and variable that memory is needed in. A few more things too.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.