annotate cfg-mplayer-def.h @ 19930:5d0eaf70e1bc

Add missing conversion from IMGFMT_I420 to PIX_FMT_YUV420P. This fixes recent bug with x264 and '-vf scale'. Patch by Luca Abeni (lucabe72 at email dot it); applied at his request.
author corey
date Fri, 22 Sep 2006 18:18:56 +0000
parents 8e55121885b2
children 1345f8cdfb00
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
151
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
1 static char* default_config=
153
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
2 "# Write your default config options here!\n"
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
3 "\n"
8e55121885b2 new configfile/cmdline parser
arpi_esp
parents: 151
diff changeset
4 //"nosound=nem"
151
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
5 "\n";
9708d4b2765b cfgparser fix
szabii
parents:
diff changeset
6