view libmpcodecs/ae_lavc.h @ 19961:9f011e6892e8

interpolate real fps of dvr-ms files using the extended stream properties. Patch by John Donaghy - johnfdonaghy gmail com
author nicodvb
date Sun, 24 Sep 2006 15:19:48 +0000
parents e84a6ae9d51e
children 3f0d00abc073
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