Andreas Rheinhardt: > This is in preparation for using av_uuid functions directly. > > Signed-off-by: Andreas Rheinhardt <[email protected]> > --- > 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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
