[FFmpeg-devel] [PATCH 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122
Zane van Iperen
zane at zanevaniperen.com
Wed Feb 23 08:48:42 EET 2022
On 23/2/22 16:01, Lynne wrote:
> Code style
>
Mostly fixed, do these changes look right?
https://github.com/vs49688/FFmpeg/commit/867fffe04ffedf0609260557d1db0ebbc519c4d2
>
> Why the double header in the header file? It doesn't contain
> any libuuid code.
It does, this was copy/pasted from libuuid, then had things stripped from it.
Some examples:
- https://github.com/util-linux/util-linux/blob/d65eb48039a03cdacd5450e644af917a0f08bc88/libuuid/src/unparse.c#L43
- https://github.com/util-linux/util-linux/blob/d65eb48039a03cdacd5450e644af917a0f08bc88/libuuid/src/parse.c#L52
More information about the ffmpeg-devel
mailing list