view libmpcodecs/ae_lavc.h @ 24573:6815406607cf

Fix building without network. When _network=='no' then _nemesi, _live and _native_rtsp would keep their default values, in the the case of _native_rtsp this happens to be 'yes'. Clearing them also produces nicer output.
author iive
date Sat, 22 Sep 2007 16:14:20 +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