Re: [FFmpeg-devel] [PATCH 3/3] lavc/dxv: remove ctx fields that can be derived from texdsp ctxs

2024-01-29 Thread Connor Worley
I'm not sure how I would write it in a way that isn't a repetition of the new definition of ctx->tex_size On Sun, Jan 28, 2024 at 11:52 PM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Connor Worley: > > Signed-off-by: Connor Worley > > --- > > libavcodec/dxv.c | 53

Re: [FFmpeg-devel] [PATCH 3/3] lavc/dxv: remove ctx fields that can be derived from texdsp ctxs

2024-01-28 Thread Andreas Rheinhardt
Connor Worley: > Signed-off-by: Connor Worley > --- > libavcodec/dxv.c | 53 > 1 file changed, 9 insertions(+), 44 deletions(-) > > diff --git a/libavcodec/dxv.c b/libavcodec/dxv.c > index cae5d8a92f..b29adf8ad9 100644 > --- a/libavcodec/dxv.c > +

[FFmpeg-devel] [PATCH 3/3] lavc/dxv: remove ctx fields that can be derived from texdsp ctxs

2024-01-28 Thread Connor Worley
Signed-off-by: Connor Worley --- libavcodec/dxv.c | 53 1 file changed, 9 insertions(+), 44 deletions(-) diff --git a/libavcodec/dxv.c b/libavcodec/dxv.c index cae5d8a92f..b29adf8ad9 100644 --- a/libavcodec/dxv.c +++ b/libavcodec/dxv.c @@ -39,20 +