view me-opt-reg.c @ 7659:b10df387019c

updated for libaf... please someone verify this, i'm not sure it's ok, looks weird: alsa_format.voices = ao_data.channels*2;
author arpi
date Mon, 07 Oct 2002 19:56:26 +0000
parents 8d4208df7c15
children
line wrap: on
line source


#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#include "cfgparser.h"

extern void libmpdemux_register_options(m_config_t* cfg);

void
me_register_options(m_config_t* cfg) {

  libmpdemux_register_options(cfg);

}