[ogg-dev] [PATCH] skeleton.c
Conrad Parker
conrad at metadecks.org
Thu Feb 14 03:58:24 PST 2008
On 14/02/2008, ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com> wrote:
> And here's the patch, against recent liboggz.
thanks!
btw. you forgot to modify the memset, should be:
- memset(&op, 0, sizeof(op));
+ memset(op, 0, sizeof(*op));
in both ogg_from_*() functions.
Applied (with memset fix) in liboggz r3457,r3458 and vorbis-tools r14508
and loosely adapted in ffmpeg2theora r14509 ;-)
Conrad.
More information about the ogg-dev
mailing list