view libmpcodecs/ae_pcm.h @ 18628:ff4455b0bd7c

Nop some instructions causing the vfwvp6 dll encoder to crash. Now mencoder input.avi -ovc vfw -xvfwopts codec=vp6vfw.dll -o done.avi should work. VP6 in flv doesn't work yet.
author banan
date Wed, 07 Jun 2006 18:18:57 +0000
parents e84a6ae9d51e
children 3f0d00abc073
line wrap: on
line source

#ifndef __AE_PCM_H_
#define __AE_PCM_H_

#include "ae.h"

int mpae_init_pcm(audio_encoder_t *encoder);

#endif