[FFmpeg-cvslog] r12005 - trunk/libavfilter/avfilter.c

vitor subversion
Fri Feb 15 22:37:49 CET 2008


Author: vitor
Date: Fri Feb 15 22:37:49 2008
New Revision: 12005

Log:
Remove test program and test video output module since ffplay can be used
for testing for a while now.

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


Modified:
   trunk/libavfilter/avfilter.c

Modified: trunk/libavfilter/avfilter.c
==============================================================================
--- trunk/libavfilter/avfilter.c	(original)
+++ trunk/libavfilter/avfilter.c	Fri Feb 15 22:37:49 2008
@@ -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)




More information about the ffmpeg-cvslog mailing list