Commit 1cca1248 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0232ba62'

* commit '0232ba62':
  frame: clarify buf documentation
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 26db9d3b 0232ba62
......@@ -420,7 +420,9 @@ typedef struct AVFrame {
/**
* AVBuffer references backing the data for this frame. If all elements of
* this array are NULL, then this frame is not reference counted.
* this array are NULL, then this frame is not reference counted. This array
* must be filled contiguously -- if buf[i] is non-NULL then buf[j] must
* also be non-NULL for all j < i.
*
* There may be at most one AVBuffer per data plane, so for video this array
* always contains all the references. For planar audio with more than
......
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