[FFmpeg-devel] [PATCH 1/4] avformat/mxf: Use AVUUID for uids

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Thu Jun 16 12:49:45 EEST 2022


Andreas Rheinhardt:
> This is in preparation for using av_uuid functions directly.
> 
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>  libavformat/mxf.h | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/libavformat/mxf.h b/libavformat/mxf.h
> index d53a16df51..4d9f5119a3 100644
> --- a/libavformat/mxf.h
> +++ b/libavformat/mxf.h
> @@ -25,8 +25,9 @@
>  #include "libavutil/log.h"
>  #include "libavutil/pixfmt.h"
>  #include "libavutil/rational.h"
> +#include "libavutil/uuid.h"
>  
> -typedef uint8_t UID[16];
> +typedef AVUUID UID;
>  
>  enum MXFMetadataSetType {
>      AnyType,

Will apply this patchset later tonight unless there are objections.

- Andreas


More information about the ffmpeg-devel mailing list