diff options
author | Valerii Zapodovnikov <val.zapod.vz@gmail.com> | 2025-08-04 23:53:49 +0300 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2025-08-17 20:47:11 +0000 |
commit | 8426622bb9584ec4fc32215f006a91e7ddc480cc (patch) | |
tree | eec5b77fd6bc33b4cbe5977835551f281deec46c /libavutil/tests/cpu_init.c | |
parent | 134fbfd1dcb59441e38d870ddd231772f4e8e127 (diff) | |
download | ffmpeg-master.tar.gz |
avio_seek() never supported SEEK_END and returned AVERROR(EINVAL) when
specified, so the later check "(whence != SEEK_END || force)" was always true.
This also means that AVSEEK_FORCE had no effect since 7a6fe01f99, that is 15
years ago. Rather than changing behaviour, let's document instead that the flag
has no effect.
Also fixed other commit 41ed7ab45f which confused ORing / passing AVSEEK_FORCE
and AVSEEK_SIZE in the docs.
Signed-off-by: Valerii Zapodovnikov <val.zapod.vz@gmail.com>
Diffstat (limited to 'libavutil/tests/cpu_init.c')
0 files changed, 0 insertions, 0 deletions