view oggvorbis.h @ 1792:7da4bdafe42e libavcodec

use clip() from common.h ignore sample_rate==8000 limit if strict_std_compliance < 0
author michael
date Sat, 07 Feb 2004 15:33:00 +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