Merge commit 'f3aff31e5f'
* commit 'f3aff31e5f':
avpicture: Deprecate the single fields
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
7c99384f3c
1 changed files with 2 additions and 0 deletions
|
|
@ -3592,7 +3592,9 @@ typedef struct AVHWAccel {
|
|||
* @deprecated use AVFrame or imgutils functions instead
|
||||
*/
|
||||
typedef struct AVPicture {
|
||||
attribute_deprecated
|
||||
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
|
||||
attribute_deprecated
|
||||
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
|
||||
} AVPicture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue