[FFmpeg-devel] [PATCH] lavc: move bitstream filters into bsf/ subdir

James Almer jamrial at gmail.com
Fri Jan 26 18:09:32 EET 2024


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?
And like Andreas mentioned, the arch subfolders need to be considered 
for this.


More information about the ffmpeg-devel mailing list