view cfg-mplayer-def.h @ 30626:27b133678bbd

Do not discard stream buffer on eof, instead reuse it to slightly improve format autodetection with -nocache and non-seekable streams.
author reimar
date Sat, 20 Feb 2010 18:53:07 +0000
parents 1345f8cdfb00
children f1f8d7b2060a
line wrap: on
line source

#ifndef MPLAYER_CFG_MPLAYER_DEF_H
#define MPLAYER_CFG_MPLAYER_DEF_H

static char* default_config=
"# Write your default config options here!\n"
"\n"
//"nosound=nem"
"\n";

#endif /* MPLAYER_CFG_MPLAYER_DEF_H */