mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-12-18 00:46:51 +00:00
Cosmetics: break line to make it not longer than 80 chars.
Originally committed as revision 16405 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ce0453aac9
commit
9ce95f272e
@ -267,9 +267,10 @@ struct AVFilterPad
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Permissions which are not accepted on incoming buffers. Any buffer
|
* Permissions which are not accepted on incoming buffers. Any buffer
|
||||||
* which has any of these permissions set will be automatically copied by the
|
* which has any of these permissions set will be automatically copied
|
||||||
* filter system to a new buffer which does not have those permissions.
|
* by the filter system to a new buffer which does not have those
|
||||||
* This can be used to easily disallow buffers with AV_PERM_REUSE.
|
* permissions. This can be used to easily disallow buffers with
|
||||||
|
* AV_PERM_REUSE.
|
||||||
*
|
*
|
||||||
* Input pads only.
|
* Input pads only.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user