Nicolas George:
> Andreas Rheinhardt (12023-10-06):
>> Will apply patches 2-16 (i.e. up to the pool API) tomorrow unless there
>> are objections.
> 
> Have you given some thought to using a template to make the API
> type-safe directly?

Do you mean a template that generates functions like

HEVCVPS *ff_hevc_vps_ref(HEVCVPS *vps)
{
    return ff_refstruct_ref(vps);
}

automatically? I don't think that's worth it.

- Andreas

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to