"zhilizhao(赵志立)" <[email protected]> 于2022年8月11日周四 15:07写道: > > > > > On Jul 31, 2022, at 1:14 AM, Zhao Zhili <[email protected]> wrote: > > > > From: Zhao Zhili <[email protected]> > > > > 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.
> By the way, there is a fate failure on patchwork which is unlikely > introduced by this patchset (It happened on another patch before). > So how to make patchwork rerun the fate test without resending the > patch again? make again to test by fate :D > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
