view me-opt-reg.c @ 4843:00c875a22d10

make -frames key optional for max/total benchmark
author nick
date Sun, 24 Feb 2002 17:00:19 +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);

}