[vlc-devel] commit: Fixed seeking and skipping behavior in stream_t layer. ( Laurent Aimar )
git version control
git at videolan.org
Wed Jul 29 22:48:01 CEST 2009
vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sun Jul 26 00:50:24 2009 +0200| [5b86f7ab79c2906eb199df71c98c4d66fa36dc9a] | committer: Laurent Aimar
Fixed seeking and skipping behavior in stream_t layer.
Now seeking and skipping behave exactly the same.
It also allows forward seeking in non seekable stream by reading the data.
It closes #2994.
As it is a critical section of code, it must be carefully tested.
(cherry picked from commit fa43c1460a5a8a3c72e2fa6d422f847d816131ae)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b86f7ab79c2906eb199df71c98c4d66fa36dc9a
---
src/input/stream.c | 348 ++++++++++++++++++++++++++-------------------------
1 files changed, 177 insertions(+), 171 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=5b86f7ab79c2906eb199df71c98c4d66fa36dc9a
More information about the vlc-devel
mailing list