[FFmpeg-devel] [PATCH] avcodec/dnxhdenc: use BlockDSPContext from MpegEncContext
Ramiro Polla
ramiro.polla at gmail.com
Wed Aug 28 15:11:35 EEST 2024
On Thu, Aug 22, 2024 at 1:24 AM Ramiro Polla <ramiro.polla at gmail.com> 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(+), 6 deletions(-)
I'll apply in a couple of days if there are no objections.
More information about the ffmpeg-devel
mailing list