On Wed, Aug 28, 2024 at 2:11 PM Ramiro Polla wrote:
> On Thu, Aug 22, 2024 at 1:24 AM Ramiro Polla wrote:
> > MpegEncContext already has a BlockDSPContext, so we don't need another
> > one for DNXHDEncContext (which has an MpegEncContext).
> > ---
> > libavcodec/dnxhdenc.c | 10 +-
> > l
On Thu, Aug 22, 2024 at 1:24 AM Ramiro Polla wrote:
> MpegEncContext already has a BlockDSPContext, so we don't need another
> one for DNXHDEncContext (which has an MpegEncContext).
> ---
> libavcodec/dnxhdenc.c | 10 +-
> libavcodec/dnxhdenc.h | 1 -
> 2 files changed, 5 insertions(+),
MpegEncContext already has a BlockDSPContext, so we don't need another
one for DNXHDEncContext (which has an MpegEncContext).
---
libavcodec/dnxhdenc.c | 10 +-
libavcodec/dnxhdenc.h | 1 -
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/d