view oggvorbis.h @ 1891:f403b3e286b3 libavcodec

use pan_scan to remove some weight, proper pan_scan offset reading
author iive
date Tue, 16 Mar 2004 15:38:40 +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