diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-02 10:07:26 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-01-02 10:07:26 +0000 |
commit | 9ce95f272ec7e18275122e7cda2efa0ac0241fcf (patch) | |
tree | 2b5995fe49108115e771c2bc23464d126dd470f0 | |
parent | ce0453aac99c826ba0093f701e4dea67718ce457 (diff) | |
download | ffmpeg-9ce95f272ec7e18275122e7cda2efa0ac0241fcf.tar.gz |
Cosmetics: break line to make it not longer than 80 chars.
Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavfilter/avfilter.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 27d952d17c..75d8c76297 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -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. */ |