view oggvorbis.h @ 732:bf4304c46cda libavcodec

* Fix dct_unquantize_h263_axp for changed block_last_index indexing. * Set qadd to 0 for intra with h263_aic (whatever that may be).
author mellum
date Mon, 07 Oct 2002 02:03:21 +0000
parents 57b9a37546a0
children 1e39f273ecd6
line wrap: on
line source

#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