diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-05-15 22:06:50 -0400 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-05-19 13:13:16 +0200 |
commit | 853cc025d63ee2539fc0460dab62c5b9a3fd2043 (patch) | |
tree | 8d42809b44c1571356a863a52c38e43d1f234242 /libavformat/isom.h | |
parent | bddd8cbf68551f6405b2bf77cc3e212af9fbe834 (diff) | |
download | ffmpeg-853cc025d63ee2539fc0460dab62c5b9a3fd2043.tar.gz |
mov: store display matrix in a stream side data
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index bf0792c324..b2d5574170 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -135,6 +135,8 @@ typedef struct MOVStreamContext { int64_t track_end; ///< used for dts generation in fragmented movie files unsigned int rap_group_count; MOVSbgp *rap_group; + + int32_t *display_matrix; } MOVStreamContext; typedef struct MOVContext { |