view libmpcodecs/ae_lavc.h @ 26579:647abf37a825

Add missing string.h #include to fix a bunch of implicit declaration warnings.
author diego
date Wed, 30 Apr 2008 14:03:32 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_LAVC_H
#define MPLAYER_AE_LAVC_H

#include "ae.h"

int mpae_init_lavc(audio_encoder_t *encoder);

#endif /* MPLAYER_AE_LAVC_H */