Jul 21, 2023, 15:38 by [email protected]:

> Add sidedata for passing basic Error Concealment information helpful to
> a renderer or end user attempting to filter or conceal video decoding
> errors and artifacts.
>
> Co-Authored-By: Thomas Guillem <[email protected]>
> Signed-off-by: J. Dekker <[email protected]>
> ---
>  libavutil/Makefile  |  2 ++
>  libavutil/ec.c      | 42 +++++++++++++++++++++++++++++
>  libavutil/ec.h      | 66 +++++++++++++++++++++++++++++++++++++++++++++
>  libavutil/frame.c   |  1 +
>  libavutil/frame.h   |  6 +++++
>  libavutil/version.h |  2 +-
>  6 files changed, 118 insertions(+), 1 deletion(-)
>  create mode 100644 libavutil/ec.c
>  create mode 100644 libavutil/ec.h
>

Maybe using the same data structures as the new proposed hint
video hint data (currently only used for damage) would save needing
another side data type?

_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to