[FFmpeg-soc] [soc]: r5779 - libavfilter/README
stefano
subversion at mplayerhq.hu
Sat May 1 20:33:57 CEST 2010
Author: stefano
Date: Sat May 1 20:33:57 2010
New Revision: 5779
Log:
Add notes about the procedure to follow for updating the libavfilter
repo after the first checkout.
Address issue #1845.
Modified:
libavfilter/README
Modified: libavfilter/README
==============================================================================
--- libavfilter/README Sat May 1 20:23:07 2010 (r5778)
+++ libavfilter/README Sat May 1 20:33:57 2010 (r5779)
@@ -13,6 +13,12 @@ Note: in order to enable the movie filte
ffmpeg -filters will show you the list of filters/sources/sinks
enabled.
+If you want to update the libavfilter repository after the first
+checkout, you will need to revert all the changes done in the ffmpeg
+tree before to run checkout.sh again.
+You can do it by running the command:
+cd ffmpeg; svn revert -R *
+
WRITING FILTERS:
There is some documentation on writing basic filters over at the multimedia
More information about the FFmpeg-soc
mailing list