view libmpcodecs/ae_lavc.h @ 29884:9112683a9a02

Enable the read-based forward seek fallback also when CONFIG_NETWORK is enabled. Enabling network support should not have side-effects on code not really related to networking.
author reimar
date Tue, 17 Nov 2009 18:08:18 +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 */