]> git.sesse.net Git - vlc/commit
* all: access plugins should not modify
authorLaurent Aimar <fenrir@videolan.org>
Wed, 11 Dec 2002 20:13:50 +0000 (20:13 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 11 Dec 2002 20:13:50 +0000 (20:13 +0000)
commit851f437fd0a3d7bac2a919f49245112d8f0dd5d7
tree905c0c59f8b5487ce81ae2546c568acb35795724
parent3d9f4dab09b9e980f504d76fde8168d8ef66b6a2
 * all: access plugins should not modify
p_input->stream.p_selected_area->i_tell when reading data. (It's done in
input_SplitBuffer). (But access should still set it on a "seek")
modules/access/http.c
modules/access/rtp.c
modules/access/udp.c