view libmpcodecs/ae_faac.h @ 15919:b612f732e420

hardcode SYNC flag, so no problems could rise if first frame is skipped frame skipping is still done by passing NULL buffer to the decoder patch by Shachar Raindel <shacharr at gmail.com>
author iive
date Tue, 05 Jul 2005 09:47:12 +0000
parents 854990f357ee
children 3baf6a2283da
line wrap: on
line source

#ifndef MPAE_FAAC_H
#define MPAE_FAAC_H

#include "ae.h"

int mpae_init_faac(audio_encoder_t *encoder);

#endif