id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
350	Invalid value 'strict' for option 'strict'	KSHawkEye	michael	"When trying to use strict for option -strict on a Windows FFmpeg build, I'm getting:

{{{
[NULL @ 00000000004A5A60] [Eval @ 000000000022F800] Undefined constant or missin
g '(' in 'strict'
[NULL @ 00000000004A5A60] Unable to parse option value ""strict""
Invalid value 'strict' for option 'strict'
}}}

The input file does not matter, but I tested with h264, aac, and flac to name a few.

This bug should be repeatable with a simple command line:

{{{
ffmpeg -i ""infile.mp4"" -vcodec mpeg4 -an -strict strict ""outfile.avi""
}}}

using the git-371888c build found here: http://ffmpeg.zeranoe.com/builds/

I believe
{{{
Undefined constant or missing '(' in 'strict'
}}}
is the key to this issue, but I could be wrong.

Other values '''do''' work, such as ""very""."	defect	closed	normal	avcodec	git-master	fixed	-strict				1	0
