[FFmpeg-devel] [PATCH] avformat/hls: change sequence number type to int64_t
"zhilizhao(赵志立)"
quinkblack at foxmail.com
Fri Jan 15 14:28:45 EET 2021
> On Jan 15, 2021, at 7:43 PM, Nicolas George <george at nsup.org> wrote:
>
> Zhao Zhili (12021-01-15):
>> - AV_WB32(seg->iv + 12, seq);
>> + AV_WB32(seg->iv + 8, seq);
>
> AV_WB64?
Good catch, thanks!
Version two: http://ffmpeg.org/pipermail/ffmpeg-devel/2021-January/274693.html
>
> Regards,
>
> --
> Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list