diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-01-16 05:49:15 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-17 20:17:55 +0100 |
commit | 42df71d0c5df25958e6c53a61716961a94eb06cd (patch) | |
tree | f71086abaf6cf708554d2a4d15f282521ba2f17a /libavcodec/utvideoenc.c | |
parent | 61e0d71946f58e8864776d7495318103c0552754 (diff) | |
download | ffmpeg-42df71d0c5df25958e6c53a61716961a94eb06cd.tar.gz |
avformat/flvenc: Avoid unnecessary seek
When shifting the already written data in order to write the keyframe
index, the flv muxer would first store the pre-shift size, then
calculate how big the index will be eventually, then perform some seeks
to update some size fields, then seek back to the end of the file to get
the new position, followed by a seek to the position where writing will
really start. Seeking back to the (already known) end position (that is
actually used to perform this seek) to get the end position is of course
unnecessary. It has been removed.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/utvideoenc.c')
0 files changed, 0 insertions, 0 deletions