view libmpcodecs/ae_lavc.h @ 16752:425863aab3df

fix mencoder multi-file with some files having audio but others dont
author ods15
date Thu, 13 Oct 2005 19:30:07 +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