]> git.seodisparate.com - EN605.617.81.FA21_StephenSeo_DitheringProject/commit
Fix usage of deprecated AVFrame::pkt_duration
authorStephen Seo <seo.disparate@gmail.com>
Thu, 7 Mar 2024 07:15:19 +0000 (16:15 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 7 Mar 2024 07:25:31 +0000 (16:25 +0900)
commit1d27fd3b2103b34c110567ec1efb9490a40dd668
treef120738be40dc513c988c6e29046d8c4ad0fce4b
parent2e03098540cb4472a57a2ec089fb6ded0f057a4a
Fix usage of deprecated AVFrame::pkt_duration

Uses a macro to check FFMpeg version before setting AVFrame::duration or
AVFrame::pkt_duration.
src/video.cc