Commit 945c7e39 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '38e15df1'

* commit '38e15df1':
  avframe: note that linesize is not the usable data size

Conflicts:
	libavutil/frame.h
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 3e0c78ba 38e15df1
......@@ -117,6 +117,9 @@ typedef struct AVFrame {
* preference, this is 16 or 32 for modern desktop CPUs.
* Some code requires such alignment other code can be slower without
* correct alignment, for yet other it makes no difference.
*
* @note The linesize may be larger than the size of usable data -- there
* may be extra padding present for performance reasons.
*/
int linesize[AV_NUM_DATA_POINTERS];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment