You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avpicture: Deprecate the single fields
Silence pointless warnings from gcc.
This commit is contained in:
@@ -3181,10 +3181,12 @@ typedef struct AVHWAccel {
|
|||||||
/**
|
/**
|
||||||
* four components are given, that's all.
|
* four components are given, that's all.
|
||||||
* the last component is alpha
|
* the last component is alpha
|
||||||
|
* @deprecated Use the imgutils functions
|
||||||
*/
|
*/
|
||||||
attribute_deprecated
|
|
||||||
typedef struct AVPicture {
|
typedef struct AVPicture {
|
||||||
|
attribute_deprecated
|
||||||
uint8_t *data[AV_NUM_DATA_POINTERS];
|
uint8_t *data[AV_NUM_DATA_POINTERS];
|
||||||
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user