mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Merge commit 'f3aff31e5f66a4f1c4e34ce4944f4a402aca61ed'
* commit 'f3aff31e5f66a4f1c4e34ce4944f4a402aca61ed': avpicture: Deprecate the single fields Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
7c99384f3c
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user