diff options
author | Zhao Zhili <quinkblack@foxmail.com> | 2021-01-16 11:40:36 +0800 |
---|---|---|
committer | liuqi05 <liuqi05@kuaishou.com> | 2021-01-24 10:55:29 +0800 |
commit | 47327aa2d9f4e54c50ee94f603bc50cad34c9b4d (patch) | |
tree | b1f748cc53c7a236d885ae92ef4b457d56b1b106 /libavcodec/dct32.h | |
parent | 5d8e86d15a23202fd42960b314b8427f3e785676 (diff) | |
download | ffmpeg-47327aa2d9f4e54c50ee94f603bc50cad34c9b4d.tar.gz |
avformat/hls: change sequence number type to int64_t
Fix atoi() overflow for large EXT-X-MEDIA-SEQUENCE.
The spec says the type of sequence number is uint64_t. Use int64_t
here since current implementation requires it to be signed integer,
and hlsenc use int64_t too.
Diffstat (limited to 'libavcodec/dct32.h')
0 files changed, 0 insertions, 0 deletions