[FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory
Anton Khirnov
anton at khirnov.net
Wed Apr 3 17:52:35 EEST 2024
Quoting James Almer (2024-04-03 16:46:14)
> On 4/3/2024 5:35 AM, Anton Khirnov wrote:
> > Quoting James Almer (2024-04-02 21:28:28)
> >> On 4/2/2024 4:25 PM, Andreas Rheinhardt wrote:
> >>> James Almer:
> >>>> As it's the main file declaring the AVCodec.
> >>>
> >>> And why is that supposed to be an advantage?
> >>
> >> It's not, it's a cosmetic change. Makes it easier to find at least one
> >> file containing the core code in the base directory.
> >> And I'd like to do the same for other big modules with 3+ source files.
> >> hevc, h264, vp9, etc.
> >
> > I dislike this.
>
> Any particular reason why? I'd really like to get some consistency in
> the lavc folder.
So would I, but it seems inconsistent to me to have everything
foo-related in a directory, except this one special file.
If we have a directory for codec X, it seems most consistent to me to
put EVERYTHING in that directory.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list