[Ffmpeg-devel] [PATCH] Reuse offsetof
Panagiotis Issaris
takis.issaris
Thu Sep 14 14:27:53 CEST 2006
Hi,
Op maandag 11 september 2006 11:34, schreef Panagiotis Issaris:
>[...]
> > The attached patch makes OFFSET() reuse offsetof in both libavcodec and
> > libavformat.
> >
> > libavcodec/utils.c | 2 +-
> > libavformat/utils.c | 2 +-
> > 2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > make and make test verified.
> Any comments on this trivial patch?
Let me add that it adds no further dependencies or anything, as
"offsetoff" is already defined (if not available) in libavutil/internal.h line 39
and already used in libavformat/rtsp.c.
With friendly regards,
Takis
More information about the ffmpeg-devel
mailing list