[FFmpeg-devel] [PATCH] Remove some dependancies of libavfilter on libavcodec
Stefano Sabatini
stefano.sabatini-lala
Sun Jan 31 15:51:50 CET 2010
On date Sunday 2010-01-31 14:40:52 +0000, M?ns Rullg?rd encoded:
> Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
>
> > Apart from these, lavfi uses from lavc still the enum:
> > enum CodecType (avcodec.h)
> > ff_fill_linesize() (imgconvert.h)
> > ff_fill_pointer() (imgconvert.h)
> >
> > would be OK to move these to lavu as well?
>
> enum CodecType belongs in libavcodec.
Of course, I meant something like:
enum AVMediaType in lavu
Then enum CodecType maybe may be dropped in favor of that, or
alternatively:
enum AVFilterType in lavfi
(with a preference for the first solution).
Regards.
--
FFmpeg = Frenzy and Fast Murdering Plastic Extended God
More information about the ffmpeg-devel
mailing list