]> git.sesse.net Git - vlc/commit
plugins/avi/avi.c : now you can see avi over http (true interleaved
authorLaurent Aimar <fenrir@videolan.org>
Tue, 9 Jul 2002 22:18:23 +0000 (22:18 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 9 Jul 2002 22:18:23 +0000 (22:18 +0000)
commitd9288202f4955472131555328fad971d8ec8bb90
tree2d1d1da4d50015f0d688b0ca2f0564c9597f9f9e
parent3248746c54d115b9c37b0710d08f460d7b53b9d3
 plugins/avi/avi.c : now you can see avi over http (true interleaved
file only), and seek is allowed (but with great unsynchronisation,
and sometimes it fails). But in order to make it working, I have to
limit the number of bytes I read at a time. It's strange since in
previous version of vlc, I don't need to do that ... ( it segfaults in
input_SplitBuffer but not always on the same frame )
plugins/avi/avi.c