diff cfg-mencoder.h @ 15888:da752f91c5f2

Check for WAVEFORMAT.wFormatTag overflows and allow user to override the tag with -fafmttag
author ranma
date Sat, 02 Jul 2005 19:00:13 +0000
parents 7b0599d9614a
children 11966749d065
line wrap: on
line diff
--- a/cfg-mencoder.h	Sat Jul 02 16:22:38 2005 +0000
+++ b/cfg-mencoder.h	Sat Jul 02 19:00:13 2005 +0000
@@ -232,6 +232,8 @@
 	// output file format
 	{"of", of_conf, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
 
+	// override audio format tag in output file
+	{"fafmttag", &force_audiofmttag, CONF_TYPE_INT, CONF_GLOBAL, 0, 0, NULL},
 	// override FOURCC in output file
 	{"ffourcc", &force_fourcc, CONF_TYPE_STRING, CONF_GLOBAL, 4, 4, NULL},