Commit 41365fdf authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avformat/mxf: Use AVUUID for uids

This is in preparation for using av_uuid functions directly.
Reviewed-by: 's avatarTomas Härdin <tjoppen@acc.umu.se>
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 5242ede4
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment