view libmpcodecs/ae_faac.h @ 25070:60b34bf9a41e

100l, someone mixed up && and ||, so if allocation of only one buffers failed that would not be detected.
author reimar
date Sun, 18 Nov 2007 15:48:20 +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