view me-opt-reg.c @ 6105:b77b984120f9

iive is right - we shouldn't use IP buffering for vfw. it was changed to test DR support but i forgot to remove that later :( 10l is mine...
author arpi
date Thu, 16 May 2002 23:24:47 +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);

}