diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2020-07-22 17:15:29 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2020-08-10 15:52:59 +0800 |
commit | 40597add98a7378402b4a653fd3057426074def9 (patch) | |
tree | e123ac230e4c2ec74879e33322f6a488068e63e5 /libavformat/mp3dec.c | |
parent | 6e4bba40557613282a10dadb5a0a9c5f5f500987 (diff) | |
download | ffmpeg-40597add98a7378402b4a653fd3057426074def9.tar.gz |
avformat/hlsenc: write temp file for append single file by encryption mode
fix ticket: 8783
Because in single file by encryption mode, it cannot get the last one
block of the file, it need ff_format_io_close for get full file size,
then hlsenc can get the total size of the encryption content,
so write the content into temp file first, and get the temp file content
append the temp file content into append to single file, then hlsenc can
get the correct file/content size and offset.
Signed-off-by: Steven Liu <liuqi05@kuaishou.com>
Diffstat (limited to 'libavformat/mp3dec.c')
0 files changed, 0 insertions, 0 deletions