Re: [FFmpeg-devel] [PATCH 2/4] avcodec/av1dec: expose coded_lossless

2020-11-09 Thread Mark Thompson
On 09/11/2020 16:30, Timo Rothenpieler wrote: Signed-off-by: Timo Rothenpieler Co-authored-by: James Almer --- libavcodec/av1dec.c | 32 +++- libavcodec/av1dec.h | 2 ++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/libavcodec/av1dec.c b/libavco

[FFmpeg-devel] [PATCH 2/4] avcodec/av1dec: expose coded_lossless

2020-11-09 Thread Timo Rothenpieler
Signed-off-by: Timo Rothenpieler Co-authored-by: James Almer --- libavcodec/av1dec.c | 32 +++- libavcodec/av1dec.h | 2 ++ 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c index 83295699e1..bde1124434 100644 --