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

vitor subversion
Fri Feb 15 22:39:51 CET 2008


Author: vitor
Date: Fri Feb 15 22:39:51 2008
New Revision: 12033

Log:
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


Modified:
   trunk/libavfilter/avfilter.c

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




More information about the ffmpeg-cvslog mailing list