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

Tomas Härdin tjoppen at acc.umu.se
Thu Jun 16 15:03:33 EEST 2022


tor 2022-06-16 klockan 11:49 +0200 skrev Andreas Rheinhardt:
> 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.

I looked at it yesterday and it looks fine to me. Didn't remember to
email however, sorry

/Tomas



More information about the ffmpeg-devel mailing list