view oggvorbis.h @ 1913:486236d25f89 libavcodec

split stream into valid mp3 frames, at least flv & nut absolutely need this, but probably most other formats too
author michael
date Thu, 01 Apr 2004 17:07:06 +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