diff options
author | Cedric Le Barz <clebarz@ektacom.com> | 2023-12-08 16:24:42 +0100 |
---|---|---|
committer | Tomas Härdin <git@haerdin.se> | 2023-12-31 14:18:01 +0100 |
commit | 238f9de876c4298606ce41992e16b959d108b633 (patch) | |
tree | e81bb08bb66b9945447c6964e9038590cab4eefe /libavformat/mxf.h | |
parent | e063c1d079086150580ed7a9ad076da122e27f76 (diff) | |
download | ffmpeg-238f9de876c4298606ce41992e16b959d108b633.tar.gz |
Add jpeg2000 subdescriptor (V2).
Signed-off-by: Cedric Le Barz <clebarz@ektacom.com>
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r-- | libavformat/mxf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h index 2561605ce5..7dd1681e60 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -55,6 +55,7 @@ enum MXFMetadataSetType { SoundfieldGroupLabelSubDescriptor, GroupOfSoundfieldGroupsLabelSubDescriptor, FFV1SubDescriptor, + JPEG2000SubDescriptor, }; enum MXFFrameLayout { |