Commit 198d5653 authored by Stefano Sabatini's avatar Stefano Sabatini

Use spaces after commas for improving readability.

Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent bc37ec92
...@@ -34,10 +34,10 @@ void avfilter_register_all(void) ...@@ -34,10 +34,10 @@ void avfilter_register_all(void)
return; return;
initialized = 1; initialized = 1;
REGISTER_FILTER (CROP,crop,vf); REGISTER_FILTER (CROP, crop, vf);
REGISTER_FILTER (FORMAT,format,vf); REGISTER_FILTER (FORMAT, format, vf);
REGISTER_FILTER (NOFORMAT,noformat,vf); REGISTER_FILTER (NOFORMAT, noformat, vf);
REGISTER_FILTER (NULL,null,vf); REGISTER_FILTER (NULL, null, vf);
REGISTER_FILTER (SLICIFY,slicify,vf); REGISTER_FILTER (SLICIFY, slicify, vf);
REGISTER_FILTER (VFLIP,vflip,vf); REGISTER_FILTER (VFLIP, vflip, vf);
} }
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