Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2022-02-19 00:52:31 +0300
committerClément Bœsch <u@pkh.me>2022-03-04 17:50:51 +0300
commiteb947471b245d0c2563c057fca5d1a18e57b3643 (patch)
treee84d2ef04c9bb30d8d9a91446c7ad040b059deea /libavformat/isom.h
parent954f488ea3b1127be9f705516215a7860d198e9f (diff)
avformat/mov: add support for sync group in sbgp box
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r--libavformat/isom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h
index 625dea8421..e326f4f27f 100644
--- a/libavformat/isom.h
+++ b/libavformat/isom.h
@@ -218,6 +218,8 @@ typedef struct MOVStreamContext {
int start_pad; ///< amount of samples to skip due to enc-dec delay
unsigned int rap_group_count;
MOVSbgp *rap_group;
+ unsigned int sync_group_count;
+ MOVSbgp *sync_group;
int nb_frames_for_fps;
int64_t duration_for_fps;