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.rheinha...@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 _______________________________________________ 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".