~ubuntu-branches/ubuntu/trusty/ocaml-vorbis/trusty

« back to all changes in this revision

Viewing changes to src/ogg_demuxer_vorbis_decoder.mli

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2011-07-05 09:13:20 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110705091320-a4ustd6tmx5grckc
Tags: 0.6.0-1
* New upstream release. 
* Bumped standards version to 3.9.2
* Switched to 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(*
 
2
 * Copyright 2003-2011 Savonet team
 
3
 *
 
4
 * This file is part of Ocaml-vorbis.
 
5
 *
 
6
 * Ocaml-vorbis is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * Ocaml-vorbis is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with Ocaml-vorbis; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
19
 *)
 
20
 
 
21
(** This module provides a vorbis decoder for
 
22
  * the [Ogg_demuxer] module. *)
 
23
 
 
24
(** Register the vorbis decoder *)
 
25
val register : unit -> unit