mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-03 21:23:48 +00:00
Endless loop in a .mov file (GPAC related) #73
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?
Originally created by @cfsmp3 on GitHub (Sep 11, 2015).
Originally assigned to: @anshul1912 on GitHub.
It's been reported that this file (video-samples repo):
EndLess\ Loop/dvcprohd_fw_capture.mov
Causes CCExtractor to go into an endless loop.
@anshul1912 commented on GitHub (Sep 12, 2015):
Testing file on local machine
@anshul1912 commented on GitHub (Sep 12, 2015):
I received seg fault with that sample, trak->Media->information->sampleTable->SampleDescription is NULL
Program received signal SIGSEGV, Segmentation fault.
0x0000000000499f27 in gf_isom_check_sample_desc (trak=0x7b5620) at ../src/gpacmp4/box_code_base.c:6162
6162 while ((a = (GF_UnknownBox*)gf_list_enum(trak->Media->information->sampleTable->SampleDescription->boxList, &i))) {
@anshul1912 commented on GitHub (Oct 19, 2015):
can be closed, avoided endless loop and seg-fault but correct solution can only be implemented by upgrading for new gpac or modifying gpac code
@cfsmp3 commented on GitHub (Oct 19, 2015):
Let's keep it open just as a reminder that we should upgrade gpac :-)
On Mon, Oct 19, 2015 at 11:56 AM, Anshul Maheshwari <
notifications@github.com> wrote:
@cfsmp3 commented on GitHub (Nov 29, 2016):
Direct link:
https://drive.google.com/open?id=0B_61ywKPmI0Tckc0RUUxZjcwVjA