Skip to content

Commit

Permalink
fixup! DVDVideoCodecDRMPRIME: add support for filters
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Dec 17, 2024
1 parent 2d6eb66 commit 77a2e06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ bool CDVDVideoCodecDRMPRIME::FilterOpen(const std::string& filters, AVPixelForma

memset(par, 0, sizeof(*par));
par->format = AV_PIX_FMT_NONE;
par->hw_frames_ctx = m_pCodecContext->hw_device_ctx;
par->hw_frames_ctx = m_pFrame->hw_frames_ctx;

result = av_buffersrc_parameters_set(m_pFilterIn, par);
if (result < 0)
Expand Down

0 comments on commit 77a2e06

Please sign in to comment.