gecko/media/liboggz/README_MOZILLA
Chris Pearce c9119c8ceb Bug 463358. Support seeking to keyframes in liboggz. r=doublec
--HG--
extra : rebase_source : a8aa26fe569f1155936b496ecc35317d27a9aae7
2009-05-20 15:49:01 +12:00

17 lines
587 B
Plaintext

The source from this directory was copied from the liboggz git
source repository using the update.sh script. The only changes made
were those applied by update.sh, which applies patches described
below, and the addition/upate of Makefile.in files for the
Mozilla build system.
The git commit id used was 7df1eb from git://git.xiph.org/liboggz.git
The wince.patch addresses the lack of posix file IO support on windows ce,
see bug 461844 for details.
endian.patch is applied to fix bug 452698.
bounded_seek.patch is applied to fix bug 469408.
key_frame_seek.patch fixes buf 463358.