Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-03 Thread Andreas Rheinhardt
Anton Khirnov: > 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

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-03 Thread Anton Khirnov
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

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-03 Thread James Almer
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

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-03 Thread Anton Khirnov
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

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-02 Thread James Almer
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

Re: [FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-02 Thread Andreas Rheinhardt
James Almer: > As it's the main file declaring the AVCodec. And why is that supposed to be an advantage? - Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link

[FFmpeg-devel] [PATCH] avcodec/vvcdec: move vvcdec.{c, h} to the top directory

2024-04-02 Thread James Almer
As it's the main file declaring the AVCodec. Signed-off-by: James Almer --- libavcodec/Makefile | 1 + libavcodec/vvc/Makefile | 3 +-- libavcodec/vvc/vvc_ctu.h | 2 +- libavcodec/vvc/vvc_filter.h | 2 +- libavcodec/vvc/vvc_intra_utils.c | 2 +-