view libmpcodecs/ae_lavc.h @ 24614:33463f5fb929

r21861: explain how to use MEncoder to create QuickTime-compatible files r21875: fix wrong option names r21917: typo fixes r21931: update x264's subq otion description r21932: update and factorize information about x264's multi-threading mode r21933: fixes suggested by Diego r21934: get rid of two spaces after a period (instead of one)
author kraymer
date Thu, 27 Sep 2007 21:22:26 +0000
parents 3f0d00abc073
children 3baf6a2283da
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