Browse Source

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

Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 16 years ago
parent
commit
9ce95f272e
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      libavfilter/avfilter.h

+ 4
- 3
libavfilter/avfilter.h View 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.
*/


Loading…
Cancel
Save