]> git.sesse.net Git - vlc/commit
* all : fix for new use of p_selected_area->i_tell.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 26 Oct 2002 19:14:46 +0000 (19:14 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 26 Oct 2002 19:14:46 +0000 (19:14 +0000)
commit4a0ddd5bdcdb0364d600d8de4dd0143023acaccd
treec4bcc27ecae290e2ed048958b86b52915c876cee
parent09cbae7ee7b3b9446ebb99d1536105e2e54babdf
 * all : fix for new use of p_selected_area->i_tell.

 Just a word: now we cannot update anymore p_input->p_current_data
without updating i_tell. I known that it's used for skipping some bytes in
mp3 demux (not yet fixed), I don't known if it's used elsewhere....
modules/demux/asf/libasf.c
modules/demux/avi/libavi.c
modules/demux/avi/libioRIFF.c
modules/demux/mp4/libmp4.c
modules/demux/wav/wav.c