Add ov_fopen() (like ov_open, but does the fopen within libvorbisfile)
authorMonty <xiphmont@xiph.org>
Mon, 23 Jul 2007 20:17:41 +0000 (20:17 +0000)
committerMonty <xiphmont@xiph.org>
Mon, 23 Jul 2007 20:17:41 +0000 (20:17 +0000)
commit6a03c6861f4e455600b2a6ad8fbbc67367309a97
tree118e043b80c2d003ee0e58953d0dd52542d8e52d
parentbf1fc283cdc6732289bd07539dd1941457485ce7
Add ov_fopen() (like ov_open, but does the fopen within libvorbisfile)
and extend ov_open_callbacks() mechanism as means of encouraging use
over ov_open().

Use of ov_open() now strongly discouraged under Windows;
ov_open_callbacks(fd,vf,NULL,0,OV_CALLBACKS_NOCLOSE) as a direct
replacement or ov_fopen() as a convenient substitute.

svn path=/trunk/vorbis/; revision=13289
examples/seeking_example.c
examples/vorbisfile_example.c
include/vorbis/vorbisfile.h
lib/vorbisfile.c