OSDN Git Service

Remove test program and test video output module since ffplay can be used
authorVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:37:49 +0000 (21:37 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Fri, 15 Feb 2008 21:37:49 +0000 (21:37 +0000)
for testing for a while now.

Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51

Originally committed as revision 12005 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.c

index c2b283a..1580f1c 100644 (file)
@@ -227,7 +227,6 @@ void avfilter_init(void)
     avfilter_register(&vf_rgb2bgr);
     avfilter_register(&vf_slicify);
     avfilter_register(&vf_vflip);
-    avfilter_register(&vo_sdl);
 }
 
 void avfilter_uninit(void)