Re: [FFmpeg-devel] [PATCH 1/7] avcodec/proresdec: Include required headers directly

2023-09-10 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Do not rely on an indirect inclusion of avcodec.h in proresdsp.h. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/proresdec.h | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h > index 1e48752e6f..230fca41

[FFmpeg-devel] [PATCH 1/7] avcodec/proresdec: Include required headers directly

2023-09-08 Thread Andreas Rheinhardt
Do not rely on an indirect inclusion of avcodec.h in proresdsp.h. Signed-off-by: Andreas Rheinhardt --- libavcodec/proresdec.h | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/proresdec.h b/libavcodec/proresdec.h index 1e48752e6f..230fca41f2 100644 --- a/libavcodec/proresdec.h