projects
/
gpac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8283f48
)
[PATCH] fixed #1885
author
jeanlf
<jeanlf@gpac.io>
Mon, 30 Aug 2021 12:53:51 +0000
(14:53 +0200)
committer
Aron Xu
<aron@debian.org>
Tue, 23 May 2023 11:53:25 +0000
(12:53 +0100)
Gbp-Pq: Name CVE-2021-40567.patch
src/media_tools/isom_hinter.c
patch
|
blob
|
history
diff --git
a/src/media_tools/isom_hinter.c
b/src/media_tools/isom_hinter.c
index 477464b21845db1c4027d150cf335f35a91caad6..16e3bc7345b0cbe66c3273ff7f31436ddc1e99ff 100644
(file)
--- a/
src/media_tools/isom_hinter.c
+++ b/
src/media_tools/isom_hinter.c
@@
-1237,6
+1237,7
@@
GF_Err gf_hinter_finalize(GF_ISOFile *file, GF_SDP_IODProfile IOD_Profile, u32 b
samp = gf_isom_get_sample(file, sceneT, 1, &descIndex);
if (gf_hinter_can_embbed_data(samp->data, samp->dataLength, GF_STREAM_SCENE)) {
+ InitSL_NULL(&slc);
slc.timeScale = slc.timestampResolution = gf_isom_get_media_timescale(file, sceneT);
slc.OCRResolution = 1000;
slc.startCTS = samp->DTS+samp->CTS_Offset;