[Ffmpeg-devel] privatizing FifoBuffer into libavutil
Roman Shaposhnik
rvs
Sun Sep 10 22:14:26 CEST 2006
On Sun, 2006-09-10 at 12:01 +0100, M?ns Rullg?rd wrote:
> Roman Shaposhnik <rvs at sun.com> writes:
>
> > Guys,
> >
> > attached is a pretty trivial move of FifoBuffer functionality
> > from libavformat/avformat.h and libavformat/util.c into
> > libavutil/fifo.[ch]. Please let me know if that's the best
> > way to privatize FifoBuffer.
> >
> > Thanks,
> > Roman.
> >
> > P.S. The only caveat here is an implicit put_buffer declaration
> > in fifo.c
>
> No implicit declarations, please. Why don't you #include whatever
> header file has the declaration?
I believe the idea is to keep libavutil free from dependencies
on any other libav*.
Thanks,
Roman.
More information about the ffmpeg-devel
mailing list