view libmpcodecs/ae_faac.h @ 16776:4044b3e8733a

Add ffmpeg truemotion2 codec, make it default for TM20 Flip dshow truemotion2 picture, it was upside-down
author rtognimp
date Sat, 15 Oct 2005 23:17:25 +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