view oggvorbis.h @ 1720:96a86bd1e0d5 libavcodec

denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)
author michael
date Sat, 03 Jan 2004 20:14:45 +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