Commit b579475e authored by vitor's avatar vitor

Change the passthrough filter to a noformat filter. It's now similar to

the mplayer noformat filter except that the default behavior if no formats
are specified is to allow allow all formats (ie. virtually the same as the
old passthrough behavior)

Commited in SoC by Bobby Bingham on 2007-12-24 21:42:56


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12033 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent da8be0fb
......@@ -298,8 +298,8 @@ void avfilter_init(void)
avfilter_register(&avfilter_vf_graphfile);
avfilter_register(&avfilter_vf_hflip);
avfilter_register(&avfilter_vf_negate);
avfilter_register(&avfilter_vf_noformat);
avfilter_register(&avfilter_vf_overlay);
avfilter_register(&avfilter_vf_passthrough);
avfilter_register(&avfilter_vf_scale);
avfilter_register(&avfilter_vf_slicify);
avfilter_register(&avfilter_vf_split);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment