Re: [FFmpeg-devel] [PATCH] lavc/texturedsp: add DXT4 texturedspenc function

2024-02-02 Thread Andreas Rheinhardt
Connor Worley: > For future use in lavc/dxvenc. > > Signed-off-by: Connor Worley > --- > libavcodec/texturedsp.h| 1 + > libavcodec/texturedspenc.c | 41 ++ > 2 files changed, 42 insertions(+) > > diff --git a/libavcodec/texturedsp.h b/libavcodec/texture

[FFmpeg-devel] [PATCH] lavc/texturedsp: add DXT4 texturedspenc function

2024-02-01 Thread Connor Worley
For future use in lavc/dxvenc. Signed-off-by: Connor Worley --- libavcodec/texturedsp.h| 1 + libavcodec/texturedspenc.c | 41 ++ 2 files changed, 42 insertions(+) diff --git a/libavcodec/texturedsp.h b/libavcodec/texturedsp.h index 86c8eea02d..888143618