Conrad Parker
2006-Aug-10 19:07 UTC
[ogg-dev] Re: oggzinfo patch for additional skeleton data output.
[cc'd to ogg-dev] Hi Tahseen, thanks, I've checked and applied this patch to liboggz svn (rev 2378): http://trac.annodex.net/changeset/2378 Two requests for further patches: 1. could you please document the -k switch in the --help output, and in the man page (doc/oggzinfo.1.sgml) 2. there's some extra newlines between the info for each track, could you try cleaning that up? cheers, Conrad. On Thu, Aug 03, 2006 at 11:58:39AM +0600, Tahseen Mohammad wrote:> Hi, > > Here's my patch for oggzinfo. It will output the all skeleton data if > the called with appropriate options and skeleton bistream is present > in the file. The command line options are -k and --skeleton. > > The skeleton API has also been updated. Fields to hold version number > has been added in fishead_packet. Also new methods are added to allow > conversion from ogg_packet to fishead/fisbone packets. A method to > write an ogg_page to file has been added to remove dependency. > > Cheers, > --tahseen