view oggvorbis.h @ 1122:ddc3b0140b8f libavcodec

* oooooops - sorry for this one - wrong logic empty dsp_mask - no change FORCE - add, no FORCE - enabled bits are masked out
author kabi
date Mon, 10 Mar 2003 11:22:30 +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