mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
lavu: extend size of the AVPixFmtDescriptor.flags field
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
This commit is contained in:
parent
77cf236689
commit
b8b5d82744
2 changed files with 8 additions and 1 deletions
|
|
@ -87,7 +87,11 @@ typedef struct AVPixFmtDescriptor {
|
|||
* This value only refers to the chroma components.
|
||||
*/
|
||||
uint8_t log2_chroma_h;
|
||||
uint8_t flags;
|
||||
|
||||
/**
|
||||
* Combination of AV_PIX_FMT_FLAG_... flags.
|
||||
*/
|
||||
uint64_t flags;
|
||||
|
||||
/**
|
||||
* Parameters that describe how pixels are packed. If the format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue