diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2020-11-03 15:54:44 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2020-11-11 18:36:09 +0100 |
commit | 5868f1c66bfc4854b0a176047e8553398c3dadb1 (patch) | |
tree | aca3fb23b1ebcd761588cadaae287fb4e1f2634e /libavcodec/av1dec.h | |
parent | e1efff89068c234fcae669f429fefb4e938d1894 (diff) | |
download | ffmpeg-5868f1c66bfc4854b0a176047e8553398c3dadb1.tar.gz |
avcodec/av1dec: expose coded_lossless
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
Co-authored-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/av1dec.h')
-rw-r--r-- | libavcodec/av1dec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/av1dec.h b/libavcodec/av1dec.h index 8cf50f0d59..bed9376a36 100644 --- a/libavcodec/av1dec.h +++ b/libavcodec/av1dec.h @@ -44,6 +44,8 @@ typedef struct AV1Frame { uint8_t order_hint; uint8_t skip_mode_frame_idx[2]; + + uint8_t coded_lossless; } AV1Frame; typedef struct TileGroupInfo { |