Re: [FFmpeg-devel] [PATCH 1/7] avutil/avutil: move some definitions to a new header

2025-01-27 Thread Andreas Rheinhardt
James Almer: > They don't belong anywhere in particular, so move them to a new generic header > called defs.h, following the same idea as the one from lavc. > > Signed-off-by: James Almer > --- > libavutil/avutil.h | 94 +++- > libavutil/defs.h | 149 ++

[FFmpeg-devel] [PATCH 1/7] avutil/avutil: move some definitions to a new header

2025-01-21 Thread James Almer
They don't belong anywhere in particular, so move them to a new generic header called defs.h, following the same idea as the one from lavc. Signed-off-by: James Almer --- libavutil/avutil.h | 94 +++- libavutil/defs.h | 149 +