avpicture: Deprecate the single fields

Silence pointless warnings from gcc.
This commit is contained in:
Luca Barbato 2015-10-27 21:53:26 +01:00
parent cd0e08813a
commit f3aff31e5f
1 changed files with 3 additions and 1 deletions

View File

@ -3181,10 +3181,12 @@ typedef struct AVHWAccel {
/**
* four components are given, that's all.
* the last component is alpha
* @deprecated Use the imgutils functions
*/
attribute_deprecated
typedef struct AVPicture {
attribute_deprecated
uint8_t *data[AV_NUM_DATA_POINTERS];
attribute_deprecated
int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
} AVPicture;