summaryrefslogtreecommitdiff
path: root/audio/libogg/pkg-descr
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:11:47 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-11-02 21:11:47 +0000
commiteed58dac3e26c326f46a33bb2f5f60acadd8b52c (patch)
tree245b8bb09ca268c6dca0183186f29e751e1efd76 /audio/libogg/pkg-descr
parentAdd new port of libao, a portable sound library used by some vorbis (diff)
Add new port of libogg, a library for handling Ogg streams.
PR: 22096 Submitted by: Theo van Klaveren <t.vanklaveren@student.utwente.nl>
Notes
Notes: svn path=/head/; revision=34667
Diffstat (limited to 'audio/libogg/pkg-descr')
-rw-r--r--audio/libogg/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/audio/libogg/pkg-descr b/audio/libogg/pkg-descr
new file mode 100644
index 000000000000..a3b604665b27
--- /dev/null
+++ b/audio/libogg/pkg-descr
@@ -0,0 +1,8 @@
+Ogg project codecs use the Ogg bitstream format to arrange the raw,
+compressed bitstream into a more robust, useful form. For example,
+the Ogg bitstream makes seeking, time stamping and error recovery
+possible, as well as mixing several separate, concurrent media
+streams into a single physical bitstream.
+
+- Theo van Klaveren
+t.vanklaveren@student.utwente.nl