diff options
author | Marton Balint <cus@passwd.hu> | 2018-05-20 17:17:42 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-06-24 20:42:35 +0200 |
commit | bfa0b50441785871062b507ece63bfaf63f67dfd (patch) | |
tree | 0496728a9fbe8e9e3b31c257073334a02c655ad4 /libavformat/mxf.h | |
parent | d4d29052c3ce585526f06e802839e805495a5353 (diff) | |
download | ffmpeg-bfa0b50441785871062b507ece63bfaf63f67dfd.tar.gz |
avformat/mxfdec: store next_klv in KLVPacket
Signed-off-by: Marton Balint <cus@passwd.hu>
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 19f8d8a9f5..93bc2cd075 100644 --- a/libavformat/mxf.h +++ b/libavformat/mxf.h @@ -62,6 +62,7 @@ typedef struct KLVPacket { UID key; int64_t offset; uint64_t length; + int64_t next_klv; } KLVPacket; typedef struct MXFCodecUL { |