[FFmpeg-devel] [PATCH] lavc: move bitstream filters into bsf/ subdir
Anton Khirnov
anton at khirnov.net
Fri Jan 26 18:17:37 EET 2024
Quoting James Almer (2024-01-26 17:09:32)
> On 1/26/2024 9:17 AM, Anton Khirnov wrote:
> > Quoting Lynne (2024-01-26 13:11:33)
> >> Jan 26, 2024, 11:40 by anton at khirnov.net:
> >>
> >>> ---
> >>> libavcodec/Makefile | 49 +---------------
> >>> libavcodec/bsf/Makefile | 56 +++++++++++++++++++
> >>>
> >>
> >> Is that the general direction we want to take?
> >> I don't mind it, but I'm wondering if I should do this for what I care about?
> >
> > I'd say yes for things with >~ 10 files. libavcodec/ got way too large.
>
> Is your idea something like..
>
> libavcodec/bsf
> libavcodec/common
> libavcodec/decoder
> libavcodec/encoder
> libavcodec/parser
>
> And then subfolders within those for big modules like h264, hevc, vvc,
> mpeg2, vp9, etc?
No, that strikes me as overkill. A subdir for bsfs, a subdir for every
codec/group of codecs/subsystem.
> And like Andreas mentioned, the arch subfolders need to be considered
> for this.
Why?
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list