[FFmpeg-cvslog] r16405 - trunk/libavfilter/avfilter.h

stefano subversion
Fri Jan 2 11:07:26 CET 2009


Author: stefano
Date: Fri Jan  2 11:07:26 2009
New Revision: 16405

Log:
Cosmetics: break line to make it not longer than 80 chars.

Modified:
   trunk/libavfilter/avfilter.h

Modified: trunk/libavfilter/avfilter.h
==============================================================================
--- trunk/libavfilter/avfilter.h	Wed Dec 31 03:47:54 2008	(r16404)
+++ trunk/libavfilter/avfilter.h	Fri Jan  2 11:07:26 2009	(r16405)
@@ -267,9 +267,10 @@ struct AVFilterPad
 
     /**
      * Permissions which are not accepted on incoming buffers.  Any buffer
-     * which has any of these permissions set will be automatically copied by the
-     * filter system to a new buffer which does not have those permissions.
-     * This can be used to easily disallow buffers with AV_PERM_REUSE.
+     * which has any of these permissions set will be automatically copied
+     * by the filter system to a new buffer which does not have those
+     * permissions.  This can be used to easily disallow buffers with
+     * AV_PERM_REUSE.
      *
      * Input pads only.
      */




More information about the ffmpeg-cvslog mailing list