Commit 426d5c25 authored by Vitor Sessak's avatar Vitor Sessak

Add an RGB24 <-> BGR24 conversion filter

Commited in SoC by Bobby Bingham on 2007-07-08 16:08:15

Originally committed as revision 11979 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent eaf7eb66
......@@ -239,6 +239,7 @@ void avfilter_init(void)
avfilter_register(&vsrc_ppm);
avfilter_register(&vf_crop);
avfilter_register(&vf_passthrough);
avfilter_register(&vf_rgb2bgr)
avfilter_register(&vf_slicify);
avfilter_register(&vo_sdl);
}
......
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