summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2018-05-18 21:06:17 +0200
committerMarton Balint <cus@passwd.hu>2018-06-08 23:20:27 +0200
commit183db8a80bba620092b7547c58e7e88721793e0d (patch)
tree506917888d3d63bbc46fc0bebbaf12f09dcd1886 /libavformat/mxf.h
parent9c12938ec504bfaf9e389ea603fe89502e8d1cac (diff)
avformat/mxfdec: use MXFCodecUL struct to store essence description for data_essence_container_uls
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index ffcc429a8b..19f8d8a9f5 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -68,6 +68,7 @@ typedef struct MXFCodecUL {
UID uid;
unsigned matching_len;
int id;
+ const char *desc;
} MXFCodecUL;
typedef struct {