view oggvorbis.h @ 1771:8488bab5efa2 libavcodec

these functions (get_bit_count and align_put_bits) are referenced even when CONFIG_ENCODERS is not defined
author melanson
date Sat, 31 Jan 2004 20:37:46 +0000
parents 1e39f273ecd6
children
line wrap: on
line source

/**
 * @file oggvorbis.h
 * oggvorbis.
 */

#ifndef AVCODEC_OGGVORBIS_H
#define AVCODEC_OGGVORBIS_H

#include <vorbis/vorbisenc.h>

#include "avcodec.h"

int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;

#endif