comparison oggvorbis.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children 932d306bf1dc
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
1 /* 1 /**
2 * Ogg Vorbis codec support via libvorbisenc 2 * @file oggvorbis.c
3 * Mark Hills <mark@pogo.org.uk> 3 * Ogg Vorbis codec support via libvorbisenc.
4 * @author Mark Hills <mark@pogo.org.uk>
4 */ 5 */
5 6
6 #include <time.h> 7 #include <time.h>
7 8
8 #include <vorbis/vorbisenc.h> 9 #include <vorbis/vorbisenc.h>