Jul 21, 2023, 15:38 by j...@itanimul.li: > 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 <tho...@gllm.fr> > Signed-off-by: J. Dekker <j...@itanimul.li> > --- > 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 ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".