Re: [FFmpeg-devel] [PATCH v2 14/18] lavc/svq3: stop including h264dec.h

2022-01-26 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2022-01-24 21:09:27) >> From: Anton Khirnov >> >> The only thing that is actually used directly from there is the >> PART_NOT_AVAILABLE constant, which can be trivially copied to svq3 >> decoder itself. >> >> Otherwise it only depends on other indirectl

Re: [FFmpeg-devel] [PATCH v2 14/18] lavc/svq3: stop including h264dec.h

2022-01-26 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2022-01-24 21:09:27) > From: Anton Khirnov > > The only thing that is actually used directly from there is the > PART_NOT_AVAILABLE constant, which can be trivially copied to svq3 > decoder itself. > > Otherwise it only depends on other indirectly included headers. >

[FFmpeg-devel] [PATCH v2 14/18] lavc/svq3: stop including h264dec.h

2022-01-24 Thread Andreas Rheinhardt
From: Anton Khirnov The only thing that is actually used directly from there is the PART_NOT_AVAILABLE constant, which can be trivially copied to svq3 decoder itself. Otherwise it only depends on other indirectly included headers. --- libavcodec/svq3.c | 7 ++- 1 file changed, 6 insertions(