Commit 7c99384f authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'f3aff31e'

* commit 'f3aff31e':
  avpicture: Deprecate the single fields
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 9f7de995 f3aff31e
...@@ -3592,7 +3592,9 @@ typedef struct AVHWAccel { ...@@ -3592,7 +3592,9 @@ typedef struct AVHWAccel {
* @deprecated use AVFrame or imgutils functions instead * @deprecated use AVFrame or imgutils functions instead
*/ */
typedef struct AVPicture { typedef struct AVPicture {
attribute_deprecated
uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes 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 int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
} AVPicture; } AVPicture;
......
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