Re: [FFmpeg-devel] [PATCH 2/3] avcodec/error_resilience: Constify ThreadFrame*

2023-10-12 Thread Michael Niedermayer
On Tue, Oct 10, 2023 at 03:27:19AM +0200, Andreas Rheinhardt wrote: > Forgotten in 0eb399ac3953da16f880a1e455bb009a45f76d49. > While just at it, also use a forward declaration. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/error_resilience.h | 3 +-- > libavcodec/h264dec.h |

[FFmpeg-devel] [PATCH 2/3] avcodec/error_resilience: Constify ThreadFrame*

2023-10-09 Thread Andreas Rheinhardt
Forgotten in 0eb399ac3953da16f880a1e455bb009a45f76d49. While just at it, also use a forward declaration. Signed-off-by: Andreas Rheinhardt --- libavcodec/error_resilience.h | 3 +-- libavcodec/h264dec.h | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/err