view me-opt-reg.c @ 5544:80c4e6e50f1e

Make avcodec the default encoder again, thanks Michael
author mswitch
date Wed, 10 Apr 2002 06:55:03 +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);

}