view libmpcodecs/ae_lavc.h @ 17603:22ced3e0a4aa

delay rff by 6, not 3 frames, so the rff will be in the middle of the 12 frames sequence
author nicodvb
date Sun, 12 Feb 2006 11:47:36 +0000
parents e84a6ae9d51e
children 3f0d00abc073
line wrap: on
line source

#ifndef __AE_LAVC_H_
#define __AE_LAVC_H_

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif