view oggvorbis.h @ 1405:e69f99ade5b0 libavcodec

fix AVFrame.reference (the frames are used for decoding future frames so it should be !=0) fix some assert in utils.c (no bug but its saver if the released pointers are NULL) fix double release_buffer() at the end
author michaelni
date Tue, 19 Aug 2003 16:18:48 +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