> On Aug 11, 2022, at 3:56 PM, Steven Liu <lingjiujia...@gmail.com> wrote: > > "zhilizhao(赵志立)" <quinkbl...@foxmail.com> 于2022年8月11日周四 15:07写道: >> >> >> >>> On Jul 31, 2022, at 1:14 AM, Zhao Zhili <quinkbl...@foxmail.com> wrote: >>> >>> From: Zhao Zhili <zhiliz...@tencent.com> >>> >>> frag_index.current is used by cenc_filter, and is updated inside >>> mov_read_moof. It can out of sync regarding to mov_read_packet. >>> >>> Partly fix ticket #9807. >>> --- >>> libavformat/mov.c | 27 ++++++++++++++++++++++++++- >>> 1 file changed, 26 insertions(+), 1 deletion(-) >>> >>> diff --git a/libavformat/mov.c b/libavformat/mov.c >>> index a09a762d91..ce12a9e4f1 100644 >>> --- a/libavformat/mov.c >>> +++ b/libavformat/mov.c >>> @@ -7095,6 +7095,31 @@ static int cenc_decrypt(MOVContext *c, >>> MOVStreamContext *sc, AVEncryptionInfo *s >>> } >>> } >> >> >> Ping for review. >> > looks ok to me. >
Thanks, applied as 98dcdd18 and 1af7797d212. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".