Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us
[mozilla-central.git] / media / liboggz / README_MOZILLA
blob2917095e854b5aaf70f71130a7037cc6c6140e96
1 The source from this directory was copied from the liboggz git 
2 source repository using the update.sh script. The only changes made
3 were those applied by update.sh, which applies patches described
4 below, and the addition/upate of Makefile.in files for the
5 Mozilla build system.
7 The git commit id used was 7df1eb from git://git.xiph.org/liboggz.git
9 The wince.patch addresses the lack of posix file IO support on windows ce,
10 see bug 461844 for details.
12 endian.patch is applied to fix bug 452698.
14 bounded_seek.patch is applied to fix bug 469408.
16 key_frame_seek.patch fixes bug 463358.
18 offset_next.patch fixes bug 495366.
20 bug487519.patch: Fix for bug 487519.
21 bug496063.patch: Fix for infinite loop during seek while shutting down.