Changeset de010d22 in ffmpeg

Timestamp:
Aug 13, 2019, 2:00:23 PM (5 years ago)
Author:
Nicolas George <george@nsup.org>
Branches:
master
Children:
021f2950
Parents:
3add65e0
git-author:
Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (07/15/19 17:48:35)
git-committer:
Nicolas George <george@nsup.org> (08/13/19 14:00:23)
Message:

libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

Up until now, when performing a SEEK_END seek, the subfile protocol
ignored the desired position (relative to EOF) and used the current
absolute offset in the input file instead.

And when performing a SEEK_CUR seek, the current position has been
ignored.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.