[FFmpeg-soc] [soc]: r5633 - libavfilter/README
stefano
subversion at mplayerhq.hu
Thu Feb 25 22:31:36 CET 2010
Author: stefano
Date: Thu Feb 25 22:31:35 2010
New Revision: 5633
Log:
Add notice regarding the fact that the -pad* options look do not work
properly if libavfilter compilation is enabled.
Modified:
libavfilter/README
Modified: libavfilter/README
==============================================================================
--- libavfilter/README Thu Feb 25 22:27:10 2010 (r5632)
+++ libavfilter/README Thu Feb 25 22:31:35 2010 (r5633)
@@ -76,6 +76,11 @@ multiple video streams to the filter sys
streams.
KNOWN ISSUES:
+- the -padtop, -padbottom, -padleft, -padright, -padcolor options of
+ ffmgeg do not work correctly when libavfilter is enabled, and they
+ are going to be deprecated/dropped when libavfilter will be
+ integrated in the main repository. Use the pad filter instead.
+
- if for some reason the filter chain cannot be setup (due to an unknown
filter, bad parameters to a filter, or for some reason two filters cannot
be linked together successfully, for example), ffplay will not display any
More information about the FFmpeg-soc
mailing list