diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-01-16 05:49:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-17 20:17:55 +0100 |
commit | 61e0d71946f58e8864776d7495318103c0552754 (patch) | |
tree | 30fa59740f50e746279205855614f51d4a19818a /libavcodec/vaapi_encode.h | |
parent | c95dfe5cce98cde3e7fb14fbd04b3897f3927cec (diff) | |
download | ffmpeg-61e0d71946f58e8864776d7495318103c0552754.tar.gz |
avformat/movenc, segafilmenc: Remove unnecessary avio_tell()
When the faststart option for the mov/mp4 muxer is used, the current
position (i.e. the size of the already written data pre-shifting) was
evaluated twice: First in an initialization and then again later,
overwriting the first value without having ever touched it. So remove
the initialization.
Also, the clone of this code in the Sega FILM muxer behaves the same and
has been treated the same.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/vaapi_encode.h')
0 files changed, 0 insertions, 0 deletions