view mp-opt-reg.c @ 4677:305a0c20bde4

default is allways nozoom again (specify -zoom if u want the sane behavior) call freeSwsContext() on uninit()
author michael
date Tue, 12 Feb 2002 17:55:03 +0000
parents 31265995cc3a
children 2bf9749cb7c2
line wrap: on
line source


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

#ifdef HAVE_NEW_INPUT
extern void mp_input_register_options(m_config_t* cfg);
#endif

void
mp_register_options(m_config_t* cfg) {
  
#ifdef HAVE_NEW_INPUT
  mp_input_register_options(cfg);
#endif

}