view oggvorbis.h @ 1808:9d860b33fd54 libavcodec

rle_code can overflow when multiplied by 4 (fixes Animation-256Greys.mov from mphq)
author rtognimp
date Sat, 14 Feb 2004 18:12:36 +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