[FFmpeg-devel] [PATCH] avcodec/dnxhdenc: use BlockDSPContext from MpegEncContext
Ramiro Polla
ramiro.polla at gmail.com
Tue Sep 3 18:49:11 EEST 2024
On Wed, Aug 28, 2024 at 2:11 PM Ramiro Polla <ramiro.polla at gmail.com> wrote:
> 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.
Pushed.
More information about the ffmpeg-devel
mailing list