On 2007-01-27 14:00, Alberto Mardegan wrote: > Hi, I want to add support for video compressed with the FFV1 codec. I > made the attached patch, but cinelerra crashes immediately after the > video has been loaded. >
You'll probably need to use gdb and get a backtrace on a copy of cin with debugging symbols enabled for the info to be useful. > > Can please someone take a look at it, and tell me what is wrong? I guess > that the patch is not enough, and much more has to be done. > Well, even without knowing much about the quicktime lib, one question comes to mind. Where is the code that decodes your new video codec type? You seem to have added something that might recognize the type of codec, but no actual decoding routine? -- Kevin _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
