[FFmpeg-devel] [PATCH] avcodec/nvenc: add compile time check for outputRecoveryPointSEI for HEVC
Zhao Zhili
quinkblack at foxmail.com
Tue Feb 4 16:58:53 EET 2025
> On Feb 4, 2025, at 22:00, Martin Storsjö <martin at martin.st> wrote:
>
> On Tue, 4 Feb 2025, James Almer wrote:
>
>> No, they don't need to match afaik. The headers are meant to be ABI backwards compatible (hence all the reserved fields).
>
> Right, then there's probably less concern about updating them.
>
>> I was just wondering if the headers were provided by your distro or not (Given they are compile time deps and not runtime), and looking now at the package lists in some, i see they are, so disregard my question.
>
> In my case I actually don't use distro provided headers, I use a manually installed set, but I don't really touch it unless I need to.
How about put a copy of nv-codec-headers inside ffmpeg source tree?
So it can always up to date and easy to handle the dependency (I encountered some trouble on Unix path vs Window path with ffnvcodec.pc in msys environment).
What are the disadvantages of this method?
>
> // Martin
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list