view libmpcodecs/ae_lavc.h @ 25552:21f17f58f5bc

Add a comment that explains why this header has no multiple inclusion guards.
author diego
date Tue, 01 Jan 2008 21:20:06 +0000
parents 3baf6a2283da
children 4129c8cfa742
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 /* AE_LAVC_H */