]> git.sesse.net Git - ffmpeg/commitdiff
Cosmetics: break line to make it not longer than 80 chars.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 2 Jan 2009 10:07:26 +0000 (10:07 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Fri, 2 Jan 2009 10:07:26 +0000 (10:07 +0000)
Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavfilter/avfilter.h

index 27d952d17c77cfacba8248d7dea506e9423043da..75d8c76297edaa80b60a5276a946781d5930b941 100644 (file)
@@ -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.
      */