[mythtv] [PATCH] MPEG2->MPEG2 commercial cut (alpha verson 0.1)

Geoffrey Hausheer ou401cru02 at sneakemail.com
Fri Dec 12 14:35:29 EST 2003


On Fri, 12 Dec 2003 13:02:08 -0600, "Geoffrey Hausheer" said:
> Sorry the build process is so painful.  Until I find a way to work with
> myths libav* or libav* is resynced with upstream, I can't build against
> mythtv.

Okay, I at least found the reason for this one.
on line 725, change:
ic = av_mallocz(sizeof(AVFormatContext));
to:
ic = NULL;

it is a bug in the current libavformat for myth, but it is probably
better not to preallocate in this case.

.Geoff


More information about the mythtv-dev mailing list